fix ios?
This commit is contained in:
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@@ -59,28 +59,28 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: android-apk
|
# - platform: android-apk
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
targets: apk
|
# targets: apk
|
||||||
|
|
||||||
- platform: android-aab
|
# - platform: android-aab
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
targets: aab
|
# targets: aab
|
||||||
|
|
||||||
- platform: windows
|
# - platform: windows
|
||||||
os: windows-2019
|
# os: windows-2019
|
||||||
aarch: amd64
|
# aarch: amd64
|
||||||
targets: exe,msix
|
# targets: exe,msix
|
||||||
|
|
||||||
- platform: linux
|
# - platform: linux
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
aarch: amd64
|
# aarch: amd64
|
||||||
targets: AppImage,deb,rpm
|
# targets: AppImage,deb,rpm
|
||||||
|
|
||||||
- platform: macos
|
# - platform: macos
|
||||||
os: macos-13
|
# os: macos-13
|
||||||
aarch: universal
|
# aarch: universal
|
||||||
targets: dmg,pkg
|
# targets: dmg,pkg
|
||||||
|
|
||||||
- platform: ios
|
- platform: ios
|
||||||
os: macos-13
|
os: macos-13
|
||||||
@@ -95,8 +95,8 @@ jobs:
|
|||||||
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
|
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
|
||||||
uses: apple-actions/import-codesign-certs@v2
|
uses: apple-actions/import-codesign-certs@v2
|
||||||
with:
|
with:
|
||||||
p12-file-base64: "${{ secrets.NEW_APPLE_CERTIFICATE_P12 }}"
|
p12-file-base64: "${{ secrets.APPLE_CERTIFICATE_P12 }}"
|
||||||
p12-password: "${{ secrets.NEW_APPLE_CERTIFICATE_P12_PASSWORD }}"
|
p12-password: "${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}"
|
||||||
|
|
||||||
- name: Import Apple Mobile Provisioning Profile
|
- name: Import Apple Mobile Provisioning Profile
|
||||||
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
|
if: ${{ inputs.upload-artifact && startsWith(matrix.os,'macos') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user