Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
mak448a committed Aug 22, 2024
1 parent 6061393 commit d29ba94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
pip install pyinstaller
cd src/
pyinstaller main.py
ls
pwd
# python3 helper_scripts/package_mac.py
- uses: actions/upload-artifact@v4
with:
name: "Qtcord-Mac"
path: "Qtcord/src/main.spec"
path: "main.spec"

0 comments on commit d29ba94

Please sign in to comment.