diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 24c4594..7cacddf 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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: |