fix: switch to softprops/action-gh-release@v1 for Gitea compatibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4943b1b259
commit
c727f88d9d
|
|
@ -97,8 +97,9 @@ jobs:
|
||||||
git push origin HEAD:${{ github.event.repository.default_branch }}
|
git push origin HEAD:${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: artifacts/**/*.zip
|
files: artifacts/**/*.zip
|
||||||
|
overwrite: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue