Workflow file formatting fix
This commit is contained in:
parent
58da60985f
commit
1fd0794bfb
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tag-deploy.yml
vendored
8
.github/workflows/tag-deploy.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
bash deploy/build_android.sh
|
||||
|
||||
- name: 'Upload'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Release APK
|
||||
path: deploy/build/client/android-build/build/outputs/apk/release/android-build-release-unsigned.apk
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Release APK
|
||||
path: deploy/build/client/android-build/build/outputs/apk/release/android-build-release-unsigned.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue