Skip to content

Commit

Permalink
strip parent directory from linux release
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Jan 6, 2025
1 parent aff2834 commit 21648a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
path: ./target/cryptomator-cli
if-no-files-found: error
- name: Zip binary for release
run: zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli
run: zip -r ./${{ matrix.artifact-name}} ./cryptomator-cli
working-directory: target
- name: Create detached GPG signature with key 615D449FE6E6A235
run: |
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import
Expand Down

0 comments on commit 21648a4

Please sign in to comment.