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 febeab7 commit 3efa7a0
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}}-${{github.run_attempt}}
name: compiled-artifact-${{github.run_number}}-${{now()}}
overwrite: true
path: ./app${{matrix.version}}/build/libs/*.jar
merge:
Expand Down

0 comments on commit 3efa7a0

Please sign in to comment.