Skip to content

Commit

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

0 comments on commit f70a4c6

Please sign in to comment.