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 6008449 commit c01fd82Copy full SHA for c01fd82
.github/workflows/maven.yml
@@ -33,5 +33,5 @@ jobs:
33
if: success()
34
uses: actions/upload-artifact@v4
35
with:
36
- name: GitWave${{ matrix.os }}.zip
37
- path: target/GitWave.zip
+ name: GitWave_${{ matrix.os }}
+ path: target/GitWave
0 commit comments