Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed May 6, 2024
1 parent 9239fa4 commit 3944b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@main
with:
name: compiled-artifact-${{github.run_number}}-${{github.run_id }}
overwrite: true
name: compiled-artifact-${{matrix.version}}
path: ./app${{matrix.version}}/build/libs/*.jar
merge:
runs-on: windows-latest
Expand Down

0 comments on commit 3944b11

Please sign in to comment.