Skip to content

Commit

Permalink
Try new method for getting non-broken MacOS apps off Guthub
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 11, 2024
1 parent e7dbaf8 commit 695fcdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- run: pip install -r requirements.txt

- run: sh ./desktop/build_desktop_app.sh
# MacOS apps have symlinks, and the artifact upload zip will break them. Tar instead.
- run: cd build/dist && tar czpvf fune.app.tgz fune.app && rm -r fune.app && echo "Ready to upload"
- uses: actions/upload-artifact@v4
with:
name: fune-desktop-${{ runner.os }}-${{ runner.arch }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ backports.tarfile==1.2.0
dill==0.3.8
fastapi==0.111.1
httptools==0.6.1
importlib-metadata==8.0.0
importlib-resources==6.4.0
isort==5.13.2
jaraco.text==3.12.1
Expand Down

0 comments on commit 695fcdf

Please sign in to comment.