Skip to content

Commit

Permalink
[unreal]发布脚本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 8, 2022
1 parent bede112 commit 7b63624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unreal_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tar cvfz puerts_v8_for_ue424_or_below.tgz Puerts ReactUMG README.md LICENSE doc
mv puerts_v8_for_ue424_or_below.tgz ..
cd ..
rm -r unreal/Puerts/ThirdParty/v8
rm -r unreal/Puerts/ThirdParty/v8_for_ue424_or_below
wget -O quickjs.tgz -q ${{env.quickjs}}
tar xvfz quickjs.tgz -C unreal/Puerts/ThirdParty
cd unreal
Expand All @@ -45,6 +45,7 @@ jobs:
mv puerts_quickjs.tgz ..
cd ..
rm -r unreal/Puerts/ThirdParty/quickjs
git checkout .
wget -O nodejs_bin.tgz -q ${{env.nodejs}}
tar xvfz nodejs_bin.tgz -C unreal/Puerts/ThirdParty
cd unreal
Expand Down

0 comments on commit 7b63624

Please sign in to comment.