We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a4f95 commit 0c2abfbCopy full SHA for 0c2abfb
.github/workflows/build.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Upload binaries to release
42
uses: actions/upload-artifact@v4
43
with:
44
- name: wild_wind-${{steps.version.outputs.version}}.jar
+ name: wild_wind-${{steps.version.outputs.value}}.jar
45
path: build/libs/wild_wind-1.0.0.jar
46
repo-token: ${{ secrets.ACTION_TOKEN }}
0 commit comments