From b16db9562892eb9a253aa853aa0fe0199238f36a Mon Sep 17 00:00:00 2001 From: Marcos Date: Tue, 21 May 2024 09:02:09 +0100 Subject: [PATCH] fix module -> system --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a57988..e860551 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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: