Skip to content

Commit c01fd82

Browse files
authored
Try to use different names of GitWave.zip for different OS, part 3
1 parent 6008449 commit c01fd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
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 }}.zip
37-
path: target/GitWave.zip
36+
name: GitWave_${{ matrix.os }}
37+
path: target/GitWave

0 commit comments

Comments
 (0)