Dice for shield + Release system
All checks were successful
Release Creation / build (release) Successful in 46s

This commit is contained in:
LeRatierBretonnien 2025-02-09 09:38:30 +01:00
parent afb887215b
commit ba1c0d4437

View File

@ -35,7 +35,7 @@ jobs:
apt update -y
apt install -y zip
- run: zip -r ./fvtt-lethal-fantasy.zip system.json README.md LICENSE assets/ css/ lang/ module/ packs-system/ templates/ lethal-fantasy.mjs
- run: zip -r ./fvtt-lethal-fantasy-${{github.event.release.tag_name}}.zip system.json README.md LICENSE assets/ css/ lang/ module/ packs-system/ templates/ lethal-fantasy.mjs
- name: setup go
uses: https://github.com/actions/setup-go@v4
@ -47,6 +47,6 @@ jobs:
uses: https://gitea.com/actions/release-action@main
with:
files: |-
./fvtt-lethal-fantasy.zip
./fvtt-lethal-fantasy-${{github.event.release.tag_name}}.zip
system.json
api_key: '${{secrets.ALLOW_PUSH_RELEASE}}'