fix yaml
This commit is contained in:
@@ -154,8 +154,11 @@ jobs:
|
|||||||
mv artifacts/app-windows-x64.zip "artifacts/app-windows-x64-${BASE}-dev.zip"
|
mv artifacts/app-windows-x64.zip "artifacts/app-windows-x64-${BASE}-dev.zip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILES="artifacts/app-${BASE}-dev.apk
|
FILES=$(cat <<EOF
|
||||||
artifacts/app-linux-x64-${BASE}-dev.tar.gz"
|
artifacts/app-${BASE}-dev.apk
|
||||||
|
artifacts/app-linux-x64-${BASE}-dev.tar.gz
|
||||||
|
EOF
|
||||||
|
)
|
||||||
if [ -f artifacts/app-windows-x64-${BASE}-dev.zip ]; then
|
if [ -f artifacts/app-windows-x64-${BASE}-dev.zip ]; then
|
||||||
FILES="$FILES
|
FILES="$FILES
|
||||||
artifacts/app-windows-x64-${BASE}-dev.zip"
|
artifacts/app-windows-x64-${BASE}-dev.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user