Attempt To Fix CI

This commit is contained in:
TheBrokenRail 2023-09-20 22:34:19 -04:00
parent 7a5fef7024
commit e1f2867d78
1 changed files with 4 additions and 0 deletions

View File

@ -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/')