optimize ci artifact location
This commit is contained in:
+2
-1
@@ -32,6 +32,7 @@ build-android:
|
|||||||
cd ../..
|
cd ../..
|
||||||
mkdir -p dist # prepare upload
|
mkdir -p dist # prepare upload
|
||||||
cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist
|
cp clients/android/app/build/outputs/apk/other/release/*arm64-v8a.apk dist
|
||||||
|
mv dist ../..
|
||||||
VERSION_CODE=$(grep VERSION_CODE clients/android/version.properties | cut -d= -f2)
|
VERSION_CODE=$(grep VERSION_CODE clients/android/version.properties | cut -d= -f2)
|
||||||
VERSION_NAME=$(grep VERSION_NAME clients/android/version.properties | cut -d= -f2)
|
VERSION_NAME=$(grep VERSION_NAME clients/android/version.properties | cut -d= -f2)
|
||||||
variables:
|
variables:
|
||||||
@@ -44,4 +45,4 @@ build-android:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "./works/core/dist"
|
- "./dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user