We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58afc46 commit 5abf432Copy full SHA for 5abf432
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
gh release create ${{ github.ref_name }}
48
--notes-file "${{ steps.yaclog-show.outputs.body-file }}"
49
--title "${{ steps.yaclog-show.outputs.name }}"
50
- ${{ steps.assemble-release.outputs.artifact-path }}
+ ${{ steps.assemble-release.outputs.artifact-path }}.zip
51
GameData/Shabby/Shabby.version
52
# We publish both the mod AND the version file, that way there's always a static latest version file to compare against
53
env:
0 commit comments