Skip to content

Commit

Permalink
try macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 7, 2024
1 parent 290dce9 commit 4b72539
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
echo '</dict>' >> SoundscapeSync.app/Contents/Info.plist
echo '</plist>' >> SoundscapeSync.app/Contents/Info.plist
chmod +x SoundscapeSync.app/Contents/MacOS/SoundscapeSync
mkdir .dist
mv SoundscapeSync.app .dist/SoundscapeSync.app
ls -al .dist/
mkdir dist
mv SoundscapeSync.app dist/SoundscapeSync.app
ls -al dist/
- name: Upload macOS artifact
uses: actions/upload-artifact@v4
with:
name: macos-build
path: .dist
path: dist/

0 comments on commit 4b72539

Please sign in to comment.