From 01d0488d91e2809a170226b664c32f05c31b138d Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 19 Jun 2025 08:55:59 +0200 Subject: [PATCH] ci: testing new LFS action --- .gitea/workflows/main.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 5b93749..1bbd33b 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -50,6 +50,7 @@ jobs: uses: https://git.game-dev.space/minimata/checkout-lfs.git@main with: checkout-version: 3 + - name: Import resources and build solution run: | godot --headless --editor --build-solutions --quit --import --path $PWD @@ -67,21 +68,8 @@ jobs: run: | mkdir -v -p build/mac godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip - zip -r Mac.zip build/mac - - name: Upload build - uses: actions/upload-artifact@v3 - with: - name: WindowsBuild - path: Windows.zip - - name: Upload to release - uses: akkuman/gitea-release-action@v1 - with: - name: Running release - tag_name: ${{ needs.BumpTag.outputs.tag_name }} - files: |- - Windows.zip - Linux.zip - Mac.zip + zip -r Mac.zip build/mac + - name: Upload to Itch uses: KikimoraGames/itch-publish@v0.0.3 with: