Skip to content

Commit ea692bb

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

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/DeployFacebook.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: '3.10'
2323

24-
- name: Install PyInstaller
24+
- name: Install rely
2525
run: |
2626
pip install pyinstaller
2727
pip install PyQt5
@@ -71,12 +71,12 @@ jobs:
7171
exclude: |
7272
release/*.json
7373
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
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)