Add Developer ID Profiles to build
This commit is contained in:
parent
e4b0f1660b
commit
25a0f7c421
3 changed files with 5 additions and 0 deletions
5
.github/workflows/release-apple.yml
vendored
5
.github/workflows/release-apple.yml
vendored
|
|
@ -38,6 +38,11 @@ jobs:
|
||||||
app-store-key: ${{ secrets.APPSTORE_KEY }}
|
app-store-key: ${{ secrets.APPSTORE_KEY }}
|
||||||
app-store-key-id: ${{ secrets.APPSTORE_KEY_ID }}
|
app-store-key-id: ${{ secrets.APPSTORE_KEY_ID }}
|
||||||
app-store-key-issuer-id: ${{ secrets.APPSTORE_KEY_ISSUER_ID }}
|
app-store-key-issuer-id: ${{ secrets.APPSTORE_KEY_ISSUER_ID }}
|
||||||
|
- name: Install Provisioning Profiles
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles/
|
||||||
|
cp -f Apple/Profiles/* ~/Library/MobileDevice/Provisioning\ Profiles/
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
BIN
Apple/Profiles/Burrow_Developer_ID.provisionprofile
Normal file
BIN
Apple/Profiles/Burrow_Developer_ID.provisionprofile
Normal file
Binary file not shown.
BIN
Apple/Profiles/Burrow_Network_Developer_ID.provisionprofile
Normal file
BIN
Apple/Profiles/Burrow_Network_Developer_ID.provisionprofile
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue