Skip to content

Commit

Permalink
Merge pull request #3 from itamarcu/patch-1
Browse files Browse the repository at this point in the history
Include langs directory in release files
  • Loading branch information
mclemente authored Sep 15, 2021
2 parents 8a4e288 + 16e5e93 commit 4894af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip module.json Combat.js
- run: zip -r ./module.zip module.json Combat.js langs/

# Create a release for this specific version
- name: Update Release with Files
Expand All @@ -37,4 +37,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}

0 comments on commit 4894af6

Please sign in to comment.