Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyajiang committed Feb 1, 2024
1 parent ee5d062 commit 37c984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
MAC_DEVELOP_NAME: ${{ secrets.MAC_DEVELOP_NAME }}
run: |
if [ -z "${MAC_DEVELOP_NAME}" ]; then
echo "not found MAC_DEVELOP_NAME"
echo "not found MAC_DEVELOP_NAME"
python3 pyinst.py --target-architecture universal2 --onedir -n yt-dlp
(cd ./dist/yt-dlp && zip -r ../yt-dlp_macos.zip .)
python3 pyinst.py --target-architecture universal2
Expand Down

0 comments on commit 37c984c

Please sign in to comment.