Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jan 31, 2025
1 parent d50947b commit 2e1b621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
go build -tags nosqlite -ldflags="-w -s -X github.com/GopeedLab/gopeed/pkg/base.Version=$VERSION" -buildmode=c-shared -o libgopeed.dylib github.com/GopeedLab/gopeed/bind/desktop
go build -ldflags="-w -s" github.com/GopeedLab/gopeed/cmd/host
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: macos-arm64-lib
path: |
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
|| true
done
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: web-dist
path: dist/zip/
Expand Down

0 comments on commit 2e1b621

Please sign in to comment.