From 540c3f4a8503680bde439b92d398c0dac136a899 Mon Sep 17 00:00:00 2001 From: summerthia02 <97536121+summerthia02@users.noreply.github.com> Date: Sat, 9 Jul 2022 17:17:10 +0800 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0a76fc5..22ecd56 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -22,17 +22,17 @@ jobs: - run: flutter pub get - run: flutter test - run: flutter build apk --debug --split-per-abi - - run: | - flutter build ios --no-codesign - cd build/ios/iphoneos - mkdir Payload - cd Payload - ln -s ../Runner.app - cd .. - zip -r app.ipa Payload +# - run: | +# flutter build ios --no-codesign +# cd build/ios/iphoneos +# mkdir Payload +# cd Payload +# ln -s ../Runner.app +# cd .. +# zip -r app.ipa Payload - name: Push to Releases uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/debug/*,build/ios/iphoneos/app.ipa" tag: v1.0.${{ github.run_number }} - token: ${{ secrets.BUILD_TOKEN }} \ No newline at end of file + token: ${{ secrets.BUILD_TOKEN }}