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 }}
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: artifacts/**/*.zip
|
||||
overwrite: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue