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 aff2834 commit 21648a4Copy full SHA for 21648a4
.github/workflows/build-linux.yml
@@ -96,7 +96,8 @@ 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}} ./target/cryptomator-cli
+ run: zip -r ./${{ matrix.artifact-name}} ./cryptomator-cli
100
+ working-directory: target
101
- name: Create detached GPG signature with key 615D449FE6E6A235
102
run: |
103
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import
0 commit comments