update ci.yml

This commit is contained in:
xlh001 2023-04-13 15:08:28 +08:00
parent 3d16f3f272
commit 57f1f11760
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
go mod tidy
go build -o "output/$BINARY_NAME" -trimpath -ldflags "$LD_FLAGS" ./
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ !github.head_ref }}
with:
name: ${{ matrix.goos }}_${{ matrix.goarch }}