We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a0fb1 commit 709697dCopy full SHA for 709697d
.github/workflows/build.yml
@@ -50,5 +50,5 @@ jobs:
50
uses: actions/upload-artifact@v4
51
with:
52
name: wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
53
- path: build/libs/wild_wind-${{steps.version.outputs.value}}.jar
+ path: build/libs/wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
54
repo-token: ${{ secrets.ACTION_TOKEN }}
0 commit comments