mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Merge fix
This commit is contained in:
parent
c4849eba6d
commit
efaea20e0d
1 changed files with 1 additions and 5 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -37,11 +37,7 @@ jobs:
|
|||
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
|
||||
|
||||
# Create a zip file with all files required by the module to add to the release
|
||||
<<<<<<< Updated upstream
|
||||
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js assets/ templates/ styles/daggerheart.css styles/tagify.css packs/ lang/
|
||||
=======
|
||||
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js build/daggerheart.css build/tagify.css assets/ templates/ packs/ lang/
|
||||
>>>>>>> Stashed changes
|
||||
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js build/tagify.css styles/daggerheart.css assets/ templates/ packs/ lang/
|
||||
|
||||
# Create a release for this specific version
|
||||
- name: Update Release with Files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue