File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ gh release create "${RELEASE_TAG}" \
4040APK_PATH=" build/app/outputs/flutter-apk/app-release.apk"
4141if [ -f " $APK_PATH " ]; then
4242 echo " 📱 Uploading Android APK..."
43- gh release upload -- " ${RELEASE_TAG} " \
44- " $APK_PATH " \
43+ gh release upload " ${RELEASE_TAG} " " $APK_PATH " \
4544 --repo " ${OWNER_NAME} /${REPO_NAME} " \
4645 --clobber
4746 echo " ✓ Android APK uploaded"
5352IPA_PATH=" build/ios/ipa/app-release.ipa"
5453if [ -f " $IPA_PATH " ]; then
5554 echo " 🍎 Uploading iOS IPA..."
56- gh release upload -- " ${RELEASE_TAG} " " $IPA_PATH " \
57- --repo " ${OWNER_NAME} /${REPO_NAME} " --clobber
55+ gh release upload " ${RELEASE_TAG} " " $IPA_PATH " \
56+ --repo " ${OWNER_NAME} /${REPO_NAME} " \
57+ --clobber
5858 echo " ✅ iOS IPA uploaded."
5959else
6060 echo " ⚠️ iOS IPA not found at $IPA_PATH "
You can’t perform that action at this time.
0 commit comments