Skip to content

Commit

Permalink
Fixed access plugins tarballs containing the build directory (#44301)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Jul 16, 2024
1 parent 58c9eaa commit c7788f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/access/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ release: clean $(BINARY)
cmd/teleport-$(ACCESS_PLUGIN)/install \
build/$(RELEASE_NAME)/
echo $(VERSION) > build/$(RELEASE_NAME)/VERSION
tar -czf build/$(RELEASE).tar.gz build/$(RELEASE_NAME)
tar -C build/ -czf build/$(RELEASE).tar.gz $(RELEASE_NAME)
rm -rf build/$(RELEASE_NAME)/
@echo "---> Created build/$(RELEASE).tar.gz."

Expand Down

0 comments on commit c7788f9

Please sign in to comment.