Update .github/workflows/releases.yml
Some checks failed
CodeQL Analysis / Analyze (javascript) (push) Failing after 18s
Master Build, Test & Deploy / main (push) Failing after 2m51s
Releases / main (push) Has been cancelled

Updooted workflow
This commit is contained in:
Benjamyn Love 2023-09-05 21:03:11 -04:00
parent fc51f433ab
commit 6952c77404

View File

@ -36,9 +36,9 @@ jobs:
- name: Upload Release Assets - name: Upload Release Assets
if: success() if: success()
id: upload-release-assets id: upload-release-assets
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-
file: build/prod/*.zip file: build/prod/*.zip
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: '${{secrets.RELEASE_TOKEN}}'