Skip to content

Commit 5abf432

Browse files
authored
build.yml: add .zip extension for artifact
1 parent 58afc46 commit 5abf432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
gh release create ${{ github.ref_name }}
4848
--notes-file "${{ steps.yaclog-show.outputs.body-file }}"
4949
--title "${{ steps.yaclog-show.outputs.name }}"
50-
${{ steps.assemble-release.outputs.artifact-path }}
50+
${{ steps.assemble-release.outputs.artifact-path }}.zip
5151
GameData/Shabby/Shabby.version
5252
# We publish both the mod AND the version file, that way there's always a static latest version file to compare against
5353
env:

0 commit comments

Comments
 (0)