From 9b0315dcb7140583db4c53f792c2468dfade77ee Mon Sep 17 00:00:00 2001 From: "Dawid Wyrkowski (Dawqss)" Date: Fri, 27 Sep 2024 20:22:03 +0200 Subject: [PATCH] fix(): bad file name for echo --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index c0f453e..2400826 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -90,7 +90,7 @@ jobs: - name: Set up Fastlane API Key run: | - echo "${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}" > fastlane/AuthKey_45H323TBG3.p8 + echo "${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}" > fastlane/AuthKey.p8 env: APP_STORE_CONNECT_API_KEY_CONTENT: ${{ secrets.APP_STORE_CONNECT_API_KEY_CONTENT }}