Skip to content

Commit

Permalink
fix: ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brightwwu committed Feb 12, 2024
1 parent 0a27537 commit c06edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
for abi in linux-x64-gnu linux-x64-musl darwin-x64 win32-x64-msvc linux-arm64-musl linux-arm64-gnu darwin-arm64 win32-ia32-msvc win32-arm64-msvc
do
mv /tmp/artifacts/${{ github.sha }}-${abi}/* ./npm/${abi}
mv /tmp/artifacts/${{ github.sha }}-${abi}-plugin/* ./npm/${abi}
test -f ./npm/${abi}/index.farm
done
Expand Down

0 comments on commit c06edff

Please sign in to comment.