Skip to content

Commit

Permalink
Chore: Build macos in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
songbirdzz committed May 5, 2024
1 parent 8f91ee3 commit 7e48422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: flutter pub get
- run: flutter build macos
- run: mkdir upload
- run: mv build/macos/Build/Products/Release/knkpanime.app upload/knkpanime-macOS.app
- run: mv build/macos/Build/Products/Release upload/MacOS-Release
- run: ls
- name: Upload MacOS build
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: macos-build
- run: Compress-Archive -Path knkpanime-macOS.app -DestinationPath knkpanime-macOS.zip
- run: Compress-Archive -Path MacOS-Release -DestinationPath knkpanime-macOS.zip
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7e48422

Please sign in to comment.