Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
misthero committed Sep 20, 2024
1 parent 939debd commit b771dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/download/${{steps.get_version.outputs.version}}/module.json,
manifest: https://github.com/${{ github.repository }}/releases/latest/download/module.json,

# Create zip file.
- name: Create ZIP archive
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [2.4.05]
## [2.4.1]

### Compatibility release for D&D v4

Expand Down

0 comments on commit b771dea

Please sign in to comment.