mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
export vuetube apk
This commit is contained in:
parent
af875bb2a8
commit
ccb6b5ba17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -63,8 +63,8 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: android
|
||||
path: android/app
|
||||
name: VueTube.apk
|
||||
path: android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
||||
ios:
|
||||
name: Build iOS platform
|
||||
|
|
Loading…
Reference in a new issue