Skip to content

Commit

Permalink
Update build-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rughalt authored May 15, 2024
1 parent 09b1eff commit 60e41da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/tokenmagic.zip

# create a zip file with all files required by the module to add to the release
- run: cd tokenmagic && zip -r ./tokenmagic.zip module.json fx/ gui/ import/ lang/ libs/ migration/ module/ *.js *.js.map
- run: cd tokenmagic && zip -r ./tokenmagic.zip module.json fx/ gui/ import/ lang/ libs/ migration/ module/ *.js *.js.map styles/ templates/ packs/

# Create a release for this specific version
- name: Update Release with Files
Expand Down

0 comments on commit 60e41da

Please sign in to comment.