Skip to content

Commit 846a6f0

Browse files
committed
chore(workflow): 调整Facebook部署工作流
1 parent fa53f72 commit 846a6f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/DeployFacebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
# 读取并执行打包命令
3030
- name: Build project
3131
run: |
32-
$command = Get-Content -Path "facebook\packaging_script\packaging.text"
33-
Invoke-Expression $command
32+
COMMAND=$(cat facebook/packaging_script/packaging.text)
33+
eval $COMMAND
3434
3535
- name: Create release folder and zip executable
3636
run: |

0 commit comments

Comments
 (0)