Skip to content

Commit

Permalink
Merge pull request #5981 from filecoin-project/fix/ci-build-mac
Browse files Browse the repository at this point in the history
fix: fetch filecoin-ffi failed
  • Loading branch information
hunjixin authored May 23, 2023
2 parents 6bc1235 + af51461 commit a758257
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,10 @@ jobs:
cargo install cargo-lipo
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go clean --modcache && make
make
mkdir ./release
if [[ "${{steps.vars.outputs.repo_name}}" == "venus-market" ]]; then
mv ./market-client ./venus-market ./release
Expand All @@ -268,6 +270,7 @@ jobs:
fi
- name: Zip Release
if: startsWith(github.ref, 'refs/tags/')
uses: TheDoctor0/[email protected]
with:
filename: ${{steps.vars.outputs.artifact_name}}
Expand Down

0 comments on commit a758257

Please sign in to comment.