Skip to content

Commit

Permalink
Fix release script to get the new zip name right
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Oct 16, 2022
1 parent 68ba2c2 commit 38a934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
TAG=${GITHUB_REF/refs\/tags\//}
echo ::set-output name=TAG_NAME::$TAG
echo ::set-output name=ZIP_NAME::fudge-$TAG.zip
echo ::set-output name=ZIP_NAME::fudge-rpg-$TAG.zip
echo ::set-output name=RELEASE_DOWNLOAD_URL::https://github.com/${{github.repository}}/releases/download/$TAG/fudge-rpg-$TAG.zip
echo ::set-output name=RELEASE_INSTALL_URL::https://github.com/${{github.repository}}/releases/download/$TAG/system.json
JSON=$(cat ./system.json)
Expand Down

0 comments on commit 38a934d

Please sign in to comment.