update CICD

This commit is contained in:
AnhTVc
2025-07-10 08:55:10 +07:00
committed by Yaroslav Yashin
parent 4ec20e9f37
commit 4188640c1d
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -238,13 +238,13 @@ jobs:
IOS_APP_PROVISIONING_PROFILE: ${{ secrets.IOS_APP_PROVISIONING_PROFILE }}
IOS_NE_PROVISIONING_PROFILE: ${{ secrets.IOS_NE_PROVISIONING_PROFILE }}
- name: 'Upload unsigned .ipa to artifacts'
uses: actions/upload-artifact@v4
with:
name: AmneziaVPN-unsigned-ipa
path: |
${{ github.workspace }}/build-ios/AmneziaVPN_unsigned.ipa
retention-days: 7
- name: 'Upload unsigned .ipa to artifacts'
uses: actions/upload-artifact@v4
with:
name: AmneziaVPN-unsigned-ipa
path: |
${{ github.workspace }}/build-ios/AmneziaVPN_unsigned.ipa
retention-days: 7
# ------------------------------------------------------
+1 -1
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
# push:
# tags:
# - **
# - "**"
jobs: