Skip to content

Commit

Permalink
Merge pull request #1439 from crnormand/bugfix/nullobject
Browse files Browse the repository at this point in the history
modify manifest for prereleases
  • Loading branch information
mjeffw authored May 29, 2022
2 parents 1cf9e6b + 56046d0 commit e1c723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
esmodules: '["module/gurps.js", "lib/xregexp-all.js"]'
version: ${{steps.get_version.outputs.version-without-v}}
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
manifest: https://raw.githubusercontent.com/crnormand/gurps/release/system.json
manifest: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.json

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./system.zip system.json template.json changelog.md LICENSE.txt icons/ lang/ lib/ module/ scripts/ styles/ templates/ ui/
Expand Down

0 comments on commit e1c723a

Please sign in to comment.