ci: trying to fix the gitea release action
This commit is contained in:
@ -68,6 +68,8 @@ jobs:
|
|||||||
zip -r Mac.zip build/mac
|
zip -r Mac.zip build/mac
|
||||||
- name: Upload to release
|
- name: Upload to release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
name: Running release
|
name: Running release
|
||||||
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
||||||
|
Reference in New Issue
Block a user