We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21648a4 commit f70a4c6Copy full SHA for f70a4c6
.github/workflows/build-linux.yml
@@ -96,7 +96,9 @@ jobs:
96
path: ./target/cryptomator-cli
97
if-no-files-found: error
98
- name: Zip binary for release
99
- run: zip -r ./${{ matrix.artifact-name}} ./cryptomator-cli
+ run: |
100
+ zip -r ./${{ matrix.artifact-name}} ./cryptomator-cli
101
+ mv ./${{ matrix.artifact-name }} ..
102
working-directory: target
103
- name: Create detached GPG signature with key 615D449FE6E6A235
104
run: |
0 commit comments