Workflow build script fix

This commit is contained in:
Dmitriy Karpushin 2023-01-12 15:19:39 +03:00
parent 58371e6e43
commit 6ed9dcbe93

View file

@ -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'