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
|
||||
if: success()
|
||||
id: upload-release-assets
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
file: build/prod/*.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
id: upload-release-assets
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
file: build/prod/*.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user