diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74f40d86be..d46c50694c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -190,8 +190,7 @@ jobs: distribution: 'temurin' - name: Build - working-directory: ./ios/CCC - run: fastlane build + run: cd ios/CCC; fastlane build - name: Upload iOS Artifacts uses: actions/upload-artifact@v3.1.3 @@ -227,8 +226,7 @@ jobs: path: ios - name: Distribute - working-directory: ./ios - run: fastlane distribute + run: cd ios; fastlane distribute - name: Delete iOS IPA uses: geekyeggo/delete-artifact@v2.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 849f6ee030..5387f80552 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,8 +235,7 @@ jobs: gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch Release.xcconfig.asc > ios/CCC/Resources/Release/Config.xcconfig - name: StoreBuild - working-directory: ./ios/CCC - run: fastlane store_build + run: cd ios/CCC; fastlane store_build - name: Set Job Status id: status