Use Forgejo-native release action
Some checks failed
Build and Release / build (push) Failing after 4s
Some checks failed
Build and Release / build (push) Failing after 4s
Replace softprops/action-gh-release with forgejo-release from code.forgejo.org.
💘 Generated with Crush
Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
This commit is contained in:
parent
065d5f7d9d
commit
f17e1b586b
1 changed files with 5 additions and 3 deletions
|
|
@ -56,7 +56,9 @@ jobs:
|
|||
chmod +x release/scry-embedded-linux-x64 release/scry-embedded-osx-x64
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||
with:
|
||||
files: release/*
|
||||
generate_release_notes: true
|
||||
direction: upload
|
||||
release-dir: release
|
||||
release-notes: "Automated release from CI"
|
||||
tag: ${{ github.run_number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue