Skip to content

Commit

Permalink
Fixed debain :(
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Apr 29, 2024
1 parent 56ac0be commit a7ac4d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: /home/runner/work/Unyo/Unyo/Unyo.AppImage
- name: Activate flutter_to_debian
run: dart pub global activate flutter_to_debian
- name: Add Path
run: export PATH="$PATH":"$HOME/.pub-cache/bin"
- name: Build deb package
Expand Down Expand Up @@ -96,7 +98,7 @@ jobs:
with:
files: build/windows/x64/runner/Release/Unyo-${{github.ref_name}}-windows.zip
- name: Build Msix
run: flutter pub run msix:create
run: flutter pub run msix:create -y
- name: Windows Msix Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit a7ac4d0

Please sign in to comment.