Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Jul 22, 2024
1 parent b924e63 commit b5058ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
channel: 'stable'
flutter-version: '3.19.5'
- name: apt update
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev locate libfuse2
- name: Install project dependencies
Expand Down Expand Up @@ -160,3 +162,10 @@ jobs:
cd ..
brew install create-dmg
create-dmg --volname Unyo-${{ github.ref_name }}-macos --window-pos 200 120 --window-size 800 450 --icon-size 100 --app-drop-link 600 185 Unyo-${{ github.ref_name }}-macos.dmg build/macos/Build/Products/Release/unyo.app
- name: macOS dmg Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: /Users/runner/work/Unyo/Unyo/Unyo-${{github.ref_name}}-macos.dmg

0 comments on commit b5058ba

Please sign in to comment.