Skip to content

Commit

Permalink
Fixed access plugins tarballs containing the build directory (#44300)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Jul 16, 2024
1 parent 2d628ff commit 7994e6b
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 @@ -52,7 +52,7 @@ release: $(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 7994e6b

Please sign in to comment.