Skip to content

Commit

Permalink
Update sign_and_distribute.yml to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemsevim authored Jun 28, 2024
1 parent a6017f4 commit 4fb297c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sign_and_distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
xcode-version: '15.2'
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install the Apple certificate and provisioning profile
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
Expand Down

0 comments on commit 4fb297c

Please sign in to comment.