Skip to content

Commit

Permalink
fix module -> system
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcomac committed May 21, 2024
1 parent 2fb9700 commit b16db95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
version: ${{steps.get_version.outputs.version-without-v}}
url: https://github.com/${{github.repository}}
manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json
manifest: https://github.com/${{github.repository}}/releases/latest/download/system.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip

# Set up Node.js
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Run Rollup Build
run: npm run build

# Create a zip file with all files required by the module to add to the release
# Create a zip file with all files required by the system to add to the release
- run: zip -r ./system.zip system.json template.json readme.md LICENSE.txt assets/ build/ fonts/ lang/ templates/ packs/ readme/ styles/

# Update Release with Files
Expand All @@ -59,7 +59,7 @@ jobs:
body: ${{ github.event.release.body }}

# Publish version to foundry
- name: Get Module ID
- name: Get System ID
id: systemID
uses: notiz-dev/github-action-json-property@release
with:
Expand Down

0 comments on commit b16db95

Please sign in to comment.