Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Sivan22/otzaria
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 committed Sep 5, 2024
2 parents 3714a4e + 6c30a49 commit 4648df4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: dart run msix:create
- run: dart run msix:create --install-certificate false
- name: Upload windows build
uses: actions/upload-artifact@v4
with:
Expand All @@ -31,32 +30,30 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-0 libblkid1 liblzma5
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:
name: otzaria-linux.zip
path: otzaria-linux.zip
path: build/linux/x64/release/bundle/


build_android:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: flutter doctor
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle
- name: Upload apk
Expand Down Expand Up @@ -95,7 +92,6 @@ jobs:
channel: stable
cache: true
- run: flutter pub get
- run: flutter test
- run: flutter build ios --release --no-codesign
- name: Upload iphone build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4648df4

Please sign in to comment.