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 a0f0882 commit 00802a5Copy full SHA for 00802a5
.github/workflows/build-binary.yml
@@ -131,7 +131,7 @@ jobs:
131
${JPACKAGE_OS_OPTS}
132
- uses: actions/upload-artifact@v4
133
with:
134
- name: cryptomator-cli-${{matrix.suffix}}
+ name: cryptomator-cli-${{matrix.suffix}}-${{matrix.architecture}}
135
path: ./target/cryptomator-cli${{ matrix.binary-dir-suffix }}
136
if-no-files-found: error
137
- name: Zip binary for release
0 commit comments