diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index fe4301f1..5b250f91 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -46,12 +46,8 @@ jobs: - name: Build the compendiums run: node ./tools/packCompendiumsToDist.mjs - # Create a zip file with all files required by the module to add to the release - - run: | - apt update -y - apt install -y zip - - - run: zip -r ./rddsystem.zip system.json template.json README.md LICENSE.txt assets/ css/ fonts/ icons lang/ module/ packs/ pic/ sounds/ styles/ templates/ + - name: Create ZIP file + run: zip -r ./rddsystem.zip system.json template.json README.md LICENSE.txt assets/ css/ fonts/ icons lang/ module/ packs/ pic/ sounds/ styles/ templates/ - name: setup go uses: actions/setup-go@v3