From 5cd1cc221f83ff893fc6bd1a9559d5f0b468555c Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 18:55:48 +0400 Subject: [PATCH 01/10] changed build phase --- .github/workflows/build.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb85408..5fb54c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,6 @@ name: Build on: - push: - branches: - - master pull_request: branches: - master @@ -18,3 +15,13 @@ jobs: uses: actions/checkout@v3 - name: Build iOS Action uses: sparkfabrik/ios-build-action@v2.0.0 + with: + project-path: "Simple Anki.xcodeproj" + upload-to-testflight: true + increment-build-number: true + apple-key-id: ${{ secrets.APPLE_KEY_ID }} + apple-key-issuer-id: ${{ secrets.APPLE_KEY_ISSUER_ID }} + apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }} + team-id: ${{ secrets.TEAM_ID }} + team-name: ${{ secrets.TEAM_NAME }} + From 4cc9f0dbb835ab1d9f52ec7073e69b8bbac2954d Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 19:04:22 +0400 Subject: [PATCH 02/10] added scheme --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fb54c4..04e564e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: uses: sparkfabrik/ios-build-action@v2.0.0 with: project-path: "Simple Anki.xcodeproj" + scheme: "Simple Anki" upload-to-testflight: true increment-build-number: true apple-key-id: ${{ secrets.APPLE_KEY_ID }} From 5b888c1504a8240e546b645e8aeb1f8ce5ef309a Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 19:07:38 +0400 Subject: [PATCH 03/10] deleted upload-to-testflight and increment-build-number --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04e564e..d2f6af1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,6 @@ jobs: with: project-path: "Simple Anki.xcodeproj" scheme: "Simple Anki" - upload-to-testflight: true - increment-build-number: true apple-key-id: ${{ secrets.APPLE_KEY_ID }} apple-key-issuer-id: ${{ secrets.APPLE_KEY_ISSUER_ID }} apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }} From 86e98de27918b01ee4f4f8bfab0703ccec70567b Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 19:10:09 +0400 Subject: [PATCH 04/10] added match-build-type: 'appstore' --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2f6af1..6243cd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,4 +23,5 @@ jobs: apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }} team-id: ${{ secrets.TEAM_ID }} team-name: ${{ secrets.TEAM_NAME }} + match-build-type: 'appstore' From e45ff09925bd9e3acc38b531d1d5945eb0503ab1 Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 19:25:04 +0400 Subject: [PATCH 05/10] added MATCH_GIT_URL --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6243cd7..d51a8ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,5 @@ jobs: team-id: ${{ secrets.TEAM_ID }} team-name: ${{ secrets.TEAM_NAME }} match-build-type: 'appstore' + match-git-url: ${{ secrets.MATCH_GIT_URL }} From 608b2ab366ffdc4490a43d79a2ad27724e843ddd Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 19:37:28 +0400 Subject: [PATCH 06/10] added MATCH_GIT_BASIC_AUTHORIZATION --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d51a8ad..a304d96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }} team-id: ${{ secrets.TEAM_ID }} team-name: ${{ secrets.TEAM_NAME }} - match-build-type: 'appstore' match-git-url: ${{ secrets.MATCH_GIT_URL }} - + match-git-basic-authorization: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} + match-build-type: 'appstore' From 57a304ace98bb0ceec7a9b82fd5404a137cde903 Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 20:15:03 +0400 Subject: [PATCH 07/10] password --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a304d96..29b7aa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,5 +24,6 @@ jobs: team-id: ${{ secrets.TEAM_ID }} team-name: ${{ secrets.TEAM_NAME }} match-git-url: ${{ secrets.MATCH_GIT_URL }} + match-password: ${{ secrets.MATCH_PASSWORD }} match-git-basic-authorization: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} match-build-type: 'appstore' From af5fa07c99c75800676f2ae1403a9a7a5f0dfe1d Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 20:29:10 +0400 Subject: [PATCH 08/10] ubuntu --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29b7aa5..7da0331 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build default scheme using any available iPhone simulator - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout From 349ae8446451555c399de45c646473d2127b8a17 Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 20:30:50 +0400 Subject: [PATCH 09/10] macOS --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da0331..29b7aa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build default scheme using any available iPhone simulator - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout From b3912496907e37275a8fd9695d9952c00f93f07e Mon Sep 17 00:00:00 2001 From: Astemir Boziev Date: Wed, 6 Jul 2022 20:48:30 +0400 Subject: [PATCH 10/10] build name changed --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29b7aa5..9164131 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build: - name: Build default scheme using any available iPhone simulator + name: Build Simple Anki runs-on: macos-latest steps: