fix(workflow): fix artifact upload

This commit is contained in:
aria 2025-06-14 03:14:13 +10:00
parent 5fea6235e7
commit 137ebf4d00
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -51,13 +51,13 @@ jobs:
cp fps-go-brr-compact release/fps-go-brr-compact-${{ steps.version.outputs.version }} cp fps-go-brr-compact release/fps-go-brr-compact-${{ steps.version.outputs.version }}
- name: Upload normal binary - name: Upload normal binary
uses: actions/upload-artifact@v4 uses: forgejo/upload-artifact@v4
with: with:
name: fps-go-brr-normal-${{ steps.version.outputs.version }} name: fps-go-brr-normal-${{ steps.version.outputs.version }}
path: release/fps-go-brr-${{ steps.version.outputs.version }} path: release/fps-go-brr-${{ steps.version.outputs.version }}
- name: Upload compact binary - name: Upload compact binary
uses: actions/upload-artifact@v4 uses: forgejo/upload-artifact@v4
with: with:
name: fps-go-brr-compact-${{ steps.version.outputs.version }} name: fps-go-brr-compact-${{ steps.version.outputs.version }}
path: release/fps-go-brr-compact-${{ steps.version.outputs.version }} path: release/fps-go-brr-compact-${{ steps.version.outputs.version }}