Skip to content

Commit fb1dd11

Browse files
committed
Add architecture type to the name of the built by GitHub actions artifact
1 parent 3be2ab5 commit fb1dd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
if: success()
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: GitWave_${{ matrix.os }}
36+
name: GitWave_${{ matrix.os }}_${{ runner.arch }}
3737
path: target/GitWave.zip

0 commit comments

Comments
 (0)