Skip to content

Commit bebbbac

Browse files
committed
chore(workflow): 调整Facebook部署工作流
1 parent 0c9cd0e commit bebbbac

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.github/workflows/DeployFacebook.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Deploy via FTP
22

33
on:
44
push:
5-
branches:
6-
- master # 监听分支提交
75
tags:
86
- 'v*' # 监听标签推送,只匹配以'v'开头的标签
97
# paths:
@@ -26,6 +24,15 @@ jobs:
2624
- name: Install PyInstaller
2725
run: |
2826
pip install pyinstaller
27+
pip install PyQt5
28+
pip install pyodbc
29+
pip install clr
30+
pip install pyperclip
31+
pip install playwright
32+
pip install qasync
33+
pip install aiohttp
34+
pip install requests
35+
pip install setuptools
2936
3037
# 读取并执行打包命令
3138
- name: Build project
@@ -64,12 +71,12 @@ jobs:
6471
exclude: |
6572
release/*.json
6673
67-
- name: Upload Release Asset
68-
uses: actions/upload-release-asset@v1.0.1
69-
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
with:
72-
upload_url: ${{ steps.create_release.outputs.upload_url }}
73-
asset_path: release/FBreptilever.zip
74-
asset_name: FBreptilever.zip
75-
asset_content_type: application/zip
74+
# - name: Upload Release Asset
75+
# uses: actions/upload-release-asset@v1.0.1
76+
# env:
77+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78+
# with:
79+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
80+
# asset_path: release/FBreptilever.zip
81+
# asset_name: FBreptilever.zip
82+
# asset_content_type: application/zip

0 commit comments

Comments
 (0)