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 3efa7a0 commit 9239fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@main
with:
name: compiled-artifact-${{github.run_number}}-${{now()}}
name: compiled-artifact-${{github.run_number}}-${{github.run_id }}
overwrite: true
path: ./app${{matrix.version}}/build/libs/*.jar
merge:
Expand Down

0 comments on commit 9239fa4

Please sign in to comment.