Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
misthero committed Sep 20, 2024
1 parent 07f07ff commit ad9b24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Create zip file.
- name: Create ZIP archive
run: zip -r ./live-play-tt.zip
run: zip -r ./${{env.MODULE_ID}}.zip
module.json
README.md
LICENSE
Expand All @@ -63,6 +63,6 @@ jobs:
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "./module.json, ./live-play-tt.zip"
artifacts: "./module.json, ./${{env.MODULE_ID}}.zip"
tag: ${{ github.event.release.tag_name }}
body: ${{ steps.get_release_notes.outputs.release_notes }}
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.02]
## [2.4.03]

### Compatibility release for D&D v4

Expand Down

0 comments on commit ad9b24b

Please sign in to comment.