Skip to content

Commit 24b4338

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/DeployFacebook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Build project
3131
run: |
3232
COMMAND=$(cat facebook/packaging_script/packaging.text)
33+
# 替换分号为冒号以适配Linux系统
34+
COMMAND=$(echo "$COMMAND" | sed 's/;/:/g')
3335
eval $COMMAND
3436
3537
- name: Create release folder and zip executable

0 commit comments

Comments
 (0)