Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski authored Jan 26, 2021
1 parent 410158f commit 96b3418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
files: 'module.json'
env:
version: ${{github.event.release.tag_name}}
download: https://patreon.azurewebsites.net/api/download/encounter-builder/${{github.event.release.tag_name}}/module.zip
manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip module.json css/ scripts/ templates/ languages/ dist/
Expand Down

0 comments on commit 96b3418

Please sign in to comment.