Error fix
This commit is contained in:
parent
6b6a3cd38e
commit
58da60985f
1 changed files with 3 additions and 4 deletions
7
.github/workflows/tag-deploy.yml
vendored
7
.github/workflows/tag-deploy.yml
vendored
|
|
@ -1,8 +1,7 @@
|
||||||
name: 'Deploy workflow'
|
name: 'Release deploy workflow'
|
||||||
|
|
||||||
|
|
||||||
on:
|
on: [workflow_dispatch]
|
||||||
workflow_dispatch
|
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
# - **
|
# - **
|
||||||
|
|
@ -114,7 +113,7 @@ jobs:
|
||||||
export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/${{ matrix.arch }}/bin
|
export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/${{ matrix.arch }}/bin
|
||||||
bash deploy/build_android.sh
|
bash deploy/build_android.sh
|
||||||
|
|
||||||
- name: Upload
|
- name: 'Upload'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Release APK
|
name: Release APK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue