From c49da782f89ca0a2afa931b782c500a617cfcaed Mon Sep 17 00:00:00 2001 From: Kosuke Saigusa Date: Sat, 9 Sep 2023 12:53:10 +0900 Subject: [PATCH] ci: update ci --- .github/workflows/release_to_dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_to_dev.yaml b/.github/workflows/release_to_dev.yaml index b54c1d75..770b5f12 100644 --- a/.github/workflows/release_to_dev.yaml +++ b/.github/workflows/release_to_dev.yaml @@ -116,7 +116,7 @@ jobs: run: | cd packages/mottai_flutter_app xcrun altool --validate-app \ - -f "./build/ios/ipa/mottai_dev.ipa" \ + -f $IPA_PATH \ -t ios \ --apiKey ${{ secrets.DEV_IOS_API_KEY }} \ --apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \ @@ -126,7 +126,7 @@ jobs: run: | cd packages/mottai_flutter_app xcrun altool --upload-app \ - -f "./build/ios/ipa/mottai_dev.ipa" \ + -f $IPA_PATH \ -t ios \ --apiKey ${{ secrets.DEV_IOS_API_KEY }} \ --apiIssuer ${{ secrets.DEV_IOS_API_ISSUER }} \