Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwatson100 authored Jun 6, 2024
1 parent fe7bacc commit b268acf
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 @@ -31,7 +31,7 @@ jobs:
# 5. Tell the FVTT CLI that we are working on a "system" package.
- run: fvtt package workon fvtt package workon "alienrpg" --type "System"
# 6-11. Package each folder of source json files into the appropriate LevelDB pack.
- run: fvtt package pack "alien-rpg-system" --in "src/packs/alien-rpg-system" --out "packs"
- run: fvtt package pack "alien-rpg-system" --in "/packs/source/alien-rpg-system" --out "packs"
#Substitute the Manifest and Download URLs in the module.json
- name: Substitute Manifest and Download Links For Versioned Ones
id: sub_release_manifest_version
Expand All @@ -45,7 +45,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/master.zip

# create a zip file with all files required by the module to add to the release
- run: zip -r ./master.zip system.json template.json README.md Realease_Notes.txt ui/ templates/ packs/ module/ macros/ lang/ images/ css/ fonts/
- run: zip -r ./master.zip --exclude="*packs/source/*" system.json template.json README.md Realease_Notes.txt ui/ templates/ packs/ module/ macros/ lang/ images/ css/ fonts/

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

0 comments on commit b268acf

Please sign in to comment.