Update .github/workflows/releases.yml
Updooted workflow
This commit is contained in:
parent
fc51f433ab
commit
6952c77404
12
.github/workflows/releases.yml
vendored
12
.github/workflows/releases.yml
vendored
@ -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}}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user