Fixed release action
Nightly Release / Export Game (push) Successful in 2m45s

This commit is contained in:
qwsdcvghyu89
2026-06-06 20:55:43 +10:00
parent 89dfa3f941
commit 4af85ded56
+6 -6
View File
@@ -34,13 +34,13 @@ jobs:
relative_project_path: ./
archive_output: true
- name: create release
uses: ncipollo/release-action@v1.21.0
uses: akkuman/gitea-release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: ${{ github.ref_name }}
artifacts: ${{ steps.export.outputs.archive_directory }}/*
# token: ${{ secrets.GITHUB_TOKEN }}
# generateReleaseNotes: true
# tag: ${{ github.ref_name }}
files: ${{ steps.export.outputs.archive_directory }}/*
# commit: ${{ gitea.sha }}
allowUpdates: true
# allowUpdates: true
name: Latest Nightly Build
prerelease: true