From a8835153b025e36ab500ad106051dc57a1ce5995 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 21 Sep 2023 00:25:47 -0400 Subject: [PATCH] CI Fix Attempt #2 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2d4383e..962eda4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - path: ./out/**/*.AppImage* + path: ./out/*.AppImage* - name: Setup Go uses: actions/setup-go@v4 with: @@ -39,6 +39,6 @@ jobs: uses: https://gitea.com/actions/release-action@main if: startsWith(github.ref, 'refs/tags/') with: - files: ./out/**/*.AppImage* + files: ./out/*.AppImage* api_key: ${{ secrets.RELEASE_TOKEN }} draft: true