Skip to content

Commit

Permalink
πŸ’š fix: ios-deployment.yml 경둜 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir authored Nov 22, 2023
1 parent 377b0a5 commit 18ec7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Build archive and export ipa
uses: yukiarrr/ios-build-action@v1.11.0
with:
p12-path: ../../.github/secrets/layoverProfile
mobileprovision-path: ../../.github/secrets/mobileprovision
p12-path: .github/secrets/layoverProfile
mobileprovision-path: .github/secrets/mobileprovision
certificate-password: ${{ secrets.CERTIFICATE_PWD }}
project-path: Layover.xcodeproj
code-signing-identity: "Apple Development"
Expand Down

0 comments on commit 18ec7f9

Please sign in to comment.