Compare commits

...

3 Commits

Author SHA1 Message Date
3cd343859c Update .github/workflows/releases.yml
Some checks reported warnings
Master Build, Test & Deploy / main (push) Has been cancelled
CodeQL Analysis / Analyze (javascript) (push) Has been cancelled
Releases / main (push) Successful in 3m24s
2023-09-05 21:45:26 -04:00
4483aabd76 Update .github/workflows/releases.yml
Some checks reported warnings
CodeQL Analysis / Analyze (javascript) (push) Has been cancelled
Master Build, Test & Deploy / main (push) Has been cancelled
Releases / main (push) Successful in 3m16s
2023-09-05 21:12:19 -04:00
7ee52098c9 Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 19s
Master Build, Test & Deploy / main (push) Has been cancelled
2023-09-05 21:11:51 -04:00

View File

@ -34,11 +34,16 @@ jobs:
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()
id: upload-release-assets
uses: https://gitea.com/actions/release-action@main
with:
files: |-
file: build/prod/*.zip
build/prod/*.zip
api_key: '${{secrets.RELEASE_TOKEN}}'