From ba1c0d44379e1ce33861ab244cb359e998cd85d9 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Sun, 9 Feb 2025 09:38:30 +0100 Subject: [PATCH] Dice for shield + Release system --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 79544ed..45e18ad 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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}}'