Skip to content

Commit

Permalink
build: build universal binary for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-andrew committed Jan 4, 2025
1 parent 6c9734d commit 5776be3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ jobs:
run: flutter pub get

- name: Build macOS App
run: flutter build macos

- name: Compress Build Directory
run: |
cd ${{ env.ARTIFACT_DIR }}
zip -r "${{ env.ARCHIVE_NAME }}" .
run: flutter build macos --release --universal

- name: Upload Build Files
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARTIFACT_DIR }}/../${{ env.ARCHIVE_NAME }}
name: "Android Sideloader.app"
path: "build/macos/Build/Products/Release/Android Sideloader.app"

0 comments on commit 5776be3

Please sign in to comment.