diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8de4d44..ba96efc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -47,9 +47,9 @@ jobs: path: release-artifacts/* - name: Create Gitea Release - # This only runs if the push was a tag if: startsWith(github.ref, 'refs/tags/') - uses: https://gitea.com/actions/release-action@v1 + # Change @v1 to @main + uses: https://gitea.com/actions/release-action@main with: files: | release-artifacts/escape_room_server-x86_64