Skip to content

Commit 6008449

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

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.java-version }}.zip
36+
name: GitWave${{ matrix.os }}.zip
3737
path: target/GitWave.zip

0 commit comments

Comments
 (0)