Skip to content

Commit

Permalink
Update macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CookSleep authored Jul 18, 2024
1 parent db6bd31 commit 86bb1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Build macOS app
run: |
pyinstaller --onefile project_exporter.py
pyinstaller project_exporter.spec
echo "Contents of dist directory:"
ls -R dist
- name: Create ZIP archive
run: |
cd dist
zip -j "../Project_Exporter-macOS.zip" project_exporter
zip -r "../Project_Exporter-macOS.zip" "项目文件导出工具.app"
cd ..
echo "Contents of current directory:"
ls -l
Expand Down

0 comments on commit 86bb1e2

Please sign in to comment.