Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 11, 2024
1 parent 695fcdf commit 7948a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- 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"
- run: cd desktop/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

0 comments on commit 7948a85

Please sign in to comment.