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:
|
||||
workflow_dispatch
|
||||
on: [workflow_dispatch]
|
||||
# push:
|
||||
# tags:
|
||||
# - **
|
||||
|
@ -114,7 +113,7 @@ jobs:
|
|||
export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/${{ matrix.arch }}/bin
|
||||
bash deploy/build_android.sh
|
||||
|
||||
- name: Upload
|
||||
- name: 'Upload'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Release APK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue