We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa53f72 commit 846a6f0Copy full SHA for 846a6f0
1 file changed
.github/workflows/DeployFacebook.yml
@@ -29,8 +29,8 @@ jobs:
29
# 读取并执行打包命令
30
- name: Build project
31
run: |
32
- $command = Get-Content -Path "facebook\packaging_script\packaging.text"
33
- Invoke-Expression $command
+ COMMAND=$(cat facebook/packaging_script/packaging.text)
+ eval $COMMAND
34
35
- name: Create release folder and zip executable
36
0 commit comments