Compare commits

..

No commits in common. "master" and "v12.0.0" have entirely different histories.

View File

@ -33,11 +33,6 @@ jobs:
- name: Production Build
if: success()
run: npx grunt prod
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Upload Release Assets
if: success()
@ -45,5 +40,5 @@ jobs:
uses: https://gitea.com/actions/release-action@main
with:
files: |-
build/prod/*.zip
file: build/prod/*.zip
api_key: '${{secrets.RELEASE_TOKEN}}'