Skip to content

Commit

Permalink
fix github action artifact naming style
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathGOD7 committed Feb 14, 2024
1 parent 8a1ca03 commit f780daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
name: UnexpectedSpawn-SNAPSHOT-${{ github.run_id }}.zip
# name: UnexpectedSpawn-SNAPSHOT-${{ github.run_id }}.zip
name: UnexpectedSpawn-SNAPSHOT-${{ github.run_number }}.zip
path: ${{ github.workspace }}/build/libs/*.jar

0 comments on commit f780daf

Please sign in to comment.