Skip to content

Commit

Permalink
fix main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misthero committed Sep 21, 2024
1 parent 8ba8277 commit 3cd323f
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 @@ -33,7 +33,7 @@ jobs:
id: ${{env.MODULE_ID}}
url: https://github.com/${{ github.repository }}
download: https://github.com/${{ github.repository }}/releases/download/${{steps.get_version.outputs.version}}/${{env.MODULE_ID}}.zip
manifest: https://github.com/${{ github.repository }}/releases/latest/download/module.json,
manifest: https://github.com/${{ github.repository }}/releases/latest/download/module.json

# Create zip file.
- name: Create ZIP archive
Expand Down

0 comments on commit 3cd323f

Please sign in to comment.