1 Commits

Author SHA1 Message Date
c10b9c413a ci: trying to fix the gitea release action
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Failing after 1m37s
2025-06-17 16:09:32 +02:00

View File

@ -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 }}