From 73c9aa60a4102b748c1e0387347aec7107ff61eb Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sat, 18 Apr 2026 19:35:44 +0200 Subject: [PATCH] Prepare for release --- .gitea/workflows/release.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a9b2cd3..69c9d0d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -60,10 +60,16 @@ jobs: zip -r "../${ARCHIVE_FILE}" . ) - - name: Upload release assets + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: ">=1.20.1" + + - name: Use Go Action + id: use-go-action uses: https://gitea.com/actions/release-action@main with: files: |- - ./${{ env.ARCHIVE_FILE }} + ./fvtt-mournblade.zip ./dist/${{ env.MANIFEST_FILE }} - api_key: ${{ secrets.ALLOW_PUSH_RELEASE }} + api_key: "${{secrets.ALLOW_PUSH_RELEASE}}"