Skip to content

Commit

Permalink
fix: 'no module manifest found' when updating; github actions replaci…
Browse files Browse the repository at this point in the history
…ng manifest with wrong url
  • Loading branch information
Asinphi committed Jul 14, 2023
1 parent 21e3271 commit c873a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
version: ${{github.event.release.tag_name}}
url: https://github.com/${{github.repository}}
manifest: https://github.com/${{github.repository}}/releases/latest/download/dist/module.json
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
Expand Down

0 comments on commit c873a11

Please sign in to comment.