Skip to content

Commit

Permalink
Revert "Update main.yml"
Browse files Browse the repository at this point in the history
This reverts commit 64c833a.
  • Loading branch information
misthero committed Sep 20, 2024
1 parent 64c833a commit 939debd
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/download/${{steps.get_version.outputs.version}}/module.json,

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

0 comments on commit 939debd

Please sign in to comment.