Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c10b9c413a |
@ -68,6 +68,8 @@ jobs:
|
||||
zip -r Mac.zip build/mac
|
||||
- name: Upload to release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
name: Running release
|
||||
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
||||
|
Reference in New Issue
Block a user