correct ci artifact path

This commit is contained in:
n3t1zen
2026-05-05 18:28:22 +08:00
parent c4b0d062af
commit 2454afbd4d
+2 -2
View File
@@ -8,7 +8,7 @@ build-android:
- paths:
- $HOME/.gradle
- $HOME/go
- clients/android/app/build
- works/core/clients/android/app/build
- $HOME/Android
script: |
export version="$(git describe --tags)-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
@@ -38,4 +38,4 @@ build-android:
LOCAL_PROPERTIES: "S0VZU1RPUkVfUEFTUz0xMTQ1MTQKQUxJQVNfTkFNRT1hbGlhcwpBTElBU19QQVNTPTExNDUxNAo="
artifacts:
paths:
- "./dist"
- "./works/core/dist"