optimize ci artifact location

This commit is contained in:
n3t1zen
2026-05-05 23:28:39 +08:00
parent 0fd2a75205
commit 74c882cb1e
+2 -1
View File
@@ -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"