Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Nov 14, 2022
1 parent 49f8ad4 commit c8cae8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_9.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
cd $GITHUB_WORKSPACE
sh ./linux_arm64.sh ${{env.VERSION}}
cp ./puer-build.json ~/v8/v8/output/
mv ~/v8/v8/output/v8 ~/v8/v8/output/v8_9.4
- uses: actions/upload-artifact@v2
with:
name: v8_bin
Expand Down Expand Up @@ -272,6 +273,7 @@ jobs:
cd $GITHUB_WORKSPACE
npm i
sh ./ios_simulator.sh ${{env.VERSION}}
mv ~/v8/v8/output/v8 ~/v8/v8/output/v8_9.4
- uses: actions/upload-artifact@v2
with:
name: v8_bin
Expand Down

0 comments on commit c8cae8b

Please sign in to comment.