Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski authored Apr 26, 2021
1 parent cce6850 commit 1f88eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
version: ${{github.event.release.tag_name}}
url: https://github.com/${{github.repository}}
manifest: ""
download: https://patreon.azurewebsites.net/api/download/voxludos/${{github.event.release.tag_name}}/module.zip
manifest: https://github.com/cswendrowski/FoundryVTT-vox-ludos-speech/releases/download/latest/module.json
download: https://github.com/cswendrowski/FoundryVTT-vox-ludos-speech/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 styles/ scripts/ templates/ languages/
Expand Down

0 comments on commit 1f88eea

Please sign in to comment.