fix(workflow): fix release workflow

This commit is contained in:
aria 2025-06-14 02:40:40 +10:00
parent 0b8531e018
commit 51150c8187
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -61,12 +61,12 @@ jobs:
- name: Create Release - name: Create Release
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1 uses: actions/forgejo-release@v2
with: with:
files: | direction: upload
release/fps-go-brr-${{ steps.version.outputs.version }} token: ${{ secrets.GITHUB_TOKEN }}
release/fps-go-brr-compact-${{ steps.version.outputs.version }} release-dir: release
body: | release-notes: |
## fps-go-brr ${{ steps.version.outputs.version }} ## fps-go-brr ${{ steps.version.outputs.version }}
### Downloads ### Downloads