Skip to content

Commit

Permalink
Merge pull request #7 from DC23/orffen#76-Release-Automation
Browse files Browse the repository at this point in the history
fixed bug in release build workflow - the zip file download url was incorrect
  • Loading branch information
DC23 authored Nov 27, 2024
2 parents c55f29b + 6103643 commit 6d8d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: ${{github.event.release.tag_name}}
url: https://github.com/${{github.repository}}
manifest: https://github.com/${{github.repository}}/releases/latest/download/system.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.name}}/${{github.event.release.tag_name}}.zip
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/basicfantasyrpg.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./${{github.event.release.tag_name}}.zip system.json template.json LICENSE lang/ module/ styles/ templates/
Expand Down

0 comments on commit 6d8d560

Please sign in to comment.