Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 authored Sep 5, 2024
1 parent 31a1d0e commit 25ae217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-dev libblkid1 liblzma5
- run: flutter build linux
- name: zip the bundle
run: zip -r otzaria-linux.zip build/linux/release/bundle/
run: zip -r otzaria-linux.zip build/linux/release/
- name: Upload linux build
uses: actions/upload-artifact@v4
with:
Expand All @@ -55,6 +55,7 @@ jobs:
with:
channel: stable
cache: true
- run: sudo apt-get install -y openjdk-17-jdk openjdk-17-jre
- run: flutter pub get
- run: flutter build apk
- run: flutter build appbundle
Expand Down

0 comments on commit 25ae217

Please sign in to comment.