Skip to content

Commit 00802a5

Browse files
committed
make uploaded artifacts distinguishable
1 parent a0f0882 commit 00802a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
${JPACKAGE_OS_OPTS}
132132
- uses: actions/upload-artifact@v4
133133
with:
134-
name: cryptomator-cli-${{matrix.suffix}}
134+
name: cryptomator-cli-${{matrix.suffix}}-${{matrix.architecture}}
135135
path: ./target/cryptomator-cli${{ matrix.binary-dir-suffix }}
136136
if-no-files-found: error
137137
- name: Zip binary for release

0 commit comments

Comments
 (0)