Changing the set of highlights
This commit is contained in:
parent
41f2af8c4e
commit
e149e32ce1
1 changed files with 2 additions and 7 deletions
9
.github/workflows/tag-deploy.yml
vendored
9
.github/workflows/tag-deploy.yml
vendored
|
@ -82,11 +82,6 @@ jobs:
|
|||
set-env: 'true'
|
||||
extra: '--external 7z'
|
||||
|
||||
- name: 'Preparations before getting sources'
|
||||
run: |
|
||||
echo Working dir:
|
||||
pwd
|
||||
|
||||
- name: 'Get sources'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -96,8 +91,6 @@ jobs:
|
|||
|
||||
- name: 'Preparations before keystore fetching'
|
||||
run: |
|
||||
echo Working dir:
|
||||
pwd
|
||||
mkdir keystore
|
||||
|
||||
- name: 'Getting keystore'
|
||||
|
@ -118,6 +111,8 @@ jobs:
|
|||
|
||||
- name: 'Build project'
|
||||
run: |
|
||||
pwd
|
||||
|
||||
export QT_HOST_PATH="${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64"
|
||||
export NDK_VERSION=23c
|
||||
export ANDROID_NDK_PLATFORM=android-23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue