Testflight upload test
This commit is contained in:
parent
5d8264e854
commit
ae0d3d78cd
1 changed files with 19 additions and 0 deletions
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: 'Deploy workflow'
|
||||
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -155,6 +156,24 @@ jobs:
|
|||
mkdir build-ios
|
||||
$QT_IOS_BIN/qt-cmake . -B build-ios -GXcode -DQT_HOST_PATH=$QT_MACOS_ROOT_DIR
|
||||
|
||||
- name: Build iOS Action
|
||||
uses: sparkfabrik/ios-build-action@v1.0.0
|
||||
with:
|
||||
project-path: build-ios/AmneziaVPN.xcodeproj
|
||||
p12-base64: ~/amnezia-vpn/amnezia-ios-certificates/certs/distribution/443886Q5PL.p12
|
||||
mobileprovision-base64: ~/amnezia-vpn/amnezia-ios-certificates/testprofilez.mobileprovision
|
||||
code-signing-identity: 'iOS Distribution'
|
||||
team-id: 'X7UJ388FXK'
|
||||
configuration: Release
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
||||
Build-MacOS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue