fix(workflow): fix release workflow
This commit is contained in:
parent
0b8531e018
commit
51150c8187
1 changed files with 5 additions and 5 deletions
|
@ -61,12 +61,12 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: actions/forgejo-release@v2
|
||||
with:
|
||||
files: |
|
||||
release/fps-go-brr-${{ steps.version.outputs.version }}
|
||||
release/fps-go-brr-compact-${{ steps.version.outputs.version }}
|
||||
body: |
|
||||
direction: upload
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-dir: release
|
||||
release-notes: |
|
||||
## fps-go-brr ${{ steps.version.outputs.version }}
|
||||
|
||||
### Downloads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue