From 48c4c55a287175186a8182a53d314659da1a4e65 Mon Sep 17 00:00:00 2001 From: ojsef39 Date: Fri, 3 Nov 2023 15:16:24 +0100 Subject: [PATCH] trying v1.2.0 --- .github/workflows/build_release.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 7f0e864d..cf8152d2 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -51,21 +51,15 @@ jobs: echo "::set-output name=release_body::$release_body" - name: Build and Archive App - uses: sparkfabrik/ios-build-action@v2.3.0 + uses: sparkfabrik/ios-build-action@v1.2.0 with: - apple-key-id: ${{ secrets.APPLE_KEY_ID }} - apple-key-issuer-id: ${{ secrets.APPLE_KEY_ISSUER_ID }} - apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }} project-path: winston.xcodeproj export-method: adhoc - match-build-type: adhoc scheme: winston output-path: $PWD/build/Winston.ipa team-id: Z2NNLU4F7U - team-name: "lo.cafe" - ios-app-id: lo.cafe.winston - upload-to-testflight: false - increment-build-number: false + code-signing-identity: '' + - name: Upload Release uses: softprops/action-gh-release@v1