fix(workflow): fix artifact upload
This commit is contained in:
parent
5fea6235e7
commit
137ebf4d00
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@ jobs:
|
|||
cp fps-go-brr-compact release/fps-go-brr-compact-${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Upload normal binary
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: fps-go-brr-normal-${{ steps.version.outputs.version }}
|
||||
path: release/fps-go-brr-${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Upload compact binary
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: fps-go-brr-compact-${{ steps.version.outputs.version }}
|
||||
path: release/fps-go-brr-compact-${{ steps.version.outputs.version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue