Skip to content

Commit

Permalink
Update workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mllrr96 committed Jan 21, 2024
1 parent 54dd0e3 commit 33a1030
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
with:
channel: "stable"
architecture: x64
cache: true
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '12.x'
cache: 'gradle'
- name: Run flutter doctor
run: flutter doctor -v
- name: Run pub get and build runner
Expand All @@ -33,8 +35,6 @@ jobs:
flutter build apk --release
cd build/app/outputs/apk/release
mv *.apk Medusa-Admin-${GITHUB_REF#refs/*/}.apk
ls
- name: Build iPA
run: |
flutter build ios --release --no-codesign
Expand All @@ -49,4 +49,3 @@ jobs:
with:
artifacts: "build/app/outputs/apk/release/*.apk,build/ios/iphoneos/*.ipa"
allowUpdates: true
tag: ${{ github.ref }}

0 comments on commit 33a1030

Please sign in to comment.