mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
Workflow build script fix
This commit is contained in:
@@ -2,7 +2,6 @@ name: 'Release deploy workflow'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
# - **
|
# - **
|
||||||
@@ -111,7 +110,7 @@ jobs:
|
|||||||
unzip -q -d ${{ runner.temp }} ${{ runner.temp }}/ndk.zip ;
|
unzip -q -d ${{ runner.temp }} ${{ runner.temp }}/ndk.zip ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/${{ matrix.arch }}/bin
|
export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/android_arm64_v8a/bin
|
||||||
bash deploy/build_android.sh
|
bash deploy/build_android.sh
|
||||||
|
|
||||||
- name: 'Upload'
|
- name: 'Upload'
|
||||||
|
|||||||
Reference in New Issue
Block a user