1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-08 23:22:25 +02:00

use absolute path for artifact

This commit is contained in:
Andrey Filipenkov
2025-04-19 21:25:58 +03:00
parent e1ad19ff75
commit 95813a210a

View File

@@ -40,7 +40,7 @@ jobs:
./gradlew bundleRelease
ANDROID_AAB_PATH="$(ls vcmi-app/build/outputs/bundle/release/*.aab)"
echo "ANDROID_AAB_PATH=$ANDROID_AAB_PATH" >> $GITHUB_ENV
echo "ANDROID_AAB_PATH=$(pwd)/$ANDROID_AAB_PATH" >> $GITHUB_ENV
- name: Artifact
uses: actions/upload-artifact@v4