diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3addb559..7ef91b60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -387,7 +387,7 @@ jobs: path: ./build/ios/ipa/myWitWallet.ipa Release: - needs: [Windows, Linux, MacOs, Android, IOS] + needs: [Linux, MacOs, Android, IOS] runs-on: ubuntu-latest permissions: contents: write @@ -407,7 +407,6 @@ jobs: - name: Organize Releases run: | cd release - mv windows/* . mv linux/* . mv macos/* . mv android/* . diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 51c46362..f6d046cb 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -40,7 +40,7 @@ platform :ios do # ! Echo bigger number + 1 biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN - UI.message "Please use VersionCode: #{biggerBN+1}" + UI.message "Please use VersionCode: #{biggerBN+3}" end ############ ? Prepare CI Lane ############