From e1f2867d787c577962684a4fffca7e55acdc56a2 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 20 Sep 2023 22:34:19 -0400 Subject: [PATCH] Attempt To Fix CI --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f7565c9..2d4383e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -31,6 +31,10 @@ jobs: uses: actions/upload-artifact@v3 with: path: ./out/**/*.AppImage* + - name: Setup Go + uses: actions/setup-go@v4 + with: + go-version: '>=1.20.1' - name: Create Release uses: https://gitea.com/actions/release-action@main if: startsWith(github.ref, 'refs/tags/')