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