Skip to content

Commit 21648a4

Browse files
committed
strip parent directory from linux release
1 parent aff2834 commit 21648a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
path: ./target/cryptomator-cli
9797
if-no-files-found: error
9898
- name: Zip binary for release
99-
run: zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli
99+
run: zip -r ./${{ matrix.artifact-name}} ./cryptomator-cli
100+
working-directory: target
100101
- name: Create detached GPG signature with key 615D449FE6E6A235
101102
run: |
102103
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import

0 commit comments

Comments
 (0)