@@ -40,37 +40,37 @@ jobs:
4040 - name : Test flutter app
4141 run : flutter test
4242
43- # 6 build apk
44- - name : Build APK
45- run : flutter build apk --release
43+ # #6 build apk
44+ # - name: Build APK
45+ # run: flutter build apk --release
4646
47- # 7 build aab
48- - name : Build appBundle
49- run : flutter build appbundle
47+ # #7 build aab
48+ # - name: Build appBundle
49+ # run: flutter build appbundle
5050
51- # 8 build ipa
52- - name : Build IPA
53- run :
54- flutter build ipa --no-codesign
55- - name : Compress Archives and IPAs
56- run : |
57- cd build
58- tar -czf ios_build.tar.gz ios
51+ # #8 build ipa
52+ # - name: Build IPA
53+ # run:
54+ # flutter build ipa --no-codesign
55+ # - name: Compress Archives and IPAs
56+ # run: |
57+ # cd build
58+ # tar -czf ios_build.tar.gz ios
5959
60- # 9 get those build to be available to download
61- - name : Upload Artifacts
62- uses : actions/upload-artifact@v2
63- with :
64- name : Releases
65- path : |
66- build/app/outputs/flutter-apk/app-release.apk
67- build/app/outputs/bundle/release/app-release.aab
68- build/ios_build.tar.gz
60+ # #9 get those build to be available to download
61+ # - name: Upload Artifacts
62+ # uses: actions/upload-artifact@v2
63+ # with:
64+ # name: Releases
65+ # path: |
66+ # build/app/outputs/flutter-apk/app-release.apk
67+ # build/app/outputs/bundle/release/app-release.aab
68+ # build/ios_build.tar.gz
6969
70- # 10 create release with those builds
71- - name : Create Release
72- uses : ncipollo/release-action@v1
73- with :
74- artifacts : " build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab,build/ios_build.tar.gz"
75- tag : v1.0.${{ github.run_number }}
76- token : ${{ secrets.TOKEN }}
70+ # #10 create release with those builds
71+ # - name: Create Release
72+ # uses: ncipollo/release-action@v1
73+ # with:
74+ # artifacts: "build/app/outputs/flutter-apk/app-release.apk,build/app/outputs/bundle/release/app-release.aab,build/ios_build.tar.gz"
75+ # tag: v1.0.${{ github.run_number }}
76+ # token: ${{ secrets.TOKEN }}
0 commit comments