update
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -145,6 +145,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
|
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
|
||||||
echo "${{secrets.APPLE_MOBILE_PROVISIONING_PROFILES_TARGZ_BASE64}}"|base64 --decode | tar xz -C ~/Library/MobileDevice/
|
echo "${{secrets.APPLE_MOBILE_PROVISIONING_PROFILES_TARGZ_BASE64}}"|base64 --decode | tar xz -C ~/Library/MobileDevice/
|
||||||
|
echo "${{secrets.APPLE_DEVLOP_PROVISIONING_PROFILES_TARGZ_BASE64}}"|base64 --decode | tar xz -C ~/Library/MobileDevice/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Download Provisioning Profile
|
- name: Download Provisioning Profile
|
||||||
|
|||||||
2
.github/workflows/dev-i copy.yml
vendored
2
.github/workflows/dev-i copy.yml
vendored
@@ -2,7 +2,7 @@ name: dev i new
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ios
|
- ios2
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|||||||
2
.github/workflows/dev-i.yml
vendored
2
.github/workflows/dev-i.yml
vendored
@@ -2,7 +2,7 @@ name: dev i
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ios
|
- ios2
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user