Try uploading renamed apk file
OmarHatem committed
Nov 29, 2022 at 14:48 UTC
e78ef3c201a385b0fb40e478cf9444b74e93bfda
1 file changed
+1
-1
.github/workflows/pr_test_build.yml
+1
-1
@@ -126,7 +126,7 @@ jobs:
126
mv pubspec_base.yaml test-apk/$GITHUB_HEAD_REF.apk
127
cd test-apk
128
ls
129
- apkPath=pwd/$GITHUB_HEAD_REF.apk
129
+ apkPath=pwd/${{ GITHUB_HEAD_REF }}.apk
130
echo "===================="
131
echo $apkPath
132
echo "===================="