From 804c9da179def377827d2bb654696ebc2346a243 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 30 May 2024 22:22:30 -0400 Subject: [PATCH] Fix Artifacts v4 --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 27d57c4..3b5817d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Build run: ./scripts/build.mjs appimage ${{ matrix.mode }} ${{ matrix.arch }} - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: ${{ matrix.mode }} (${{ matrix.arch }}) path: ./out/*.AppImage* @@ -89,7 +89,7 @@ jobs: - name: Build Example Mods run: ./example-mods/build.sh - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: Example Mods path: ./example-mods/out/* @@ -109,7 +109,7 @@ jobs: go-version: '>=1.20.1' # Download Artifacts - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: christopherhx/gitea-download-artifact@v4 with: path: out # Create Release