Skip to content

Commit

Permalink
added mobileprovision b64
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 3, 2023
1 parent 6eabf41 commit 5266efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
output-path: $PWD/build/Winston.ipa
team-id: Z2NNLU4F7U
code-signing-identity: ''
mobileprovision-base64: ${{ secrets.MOBILEPROVISION }}
mobileprovision-base64: ${{ secrets.MOBILEPROVISION_BASE64 }}


- name: Upload Release
Expand Down

0 comments on commit 5266efe

Please sign in to comment.