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"
|
||||
fi
|
||||
|
||||
FILES="artifacts/app-${BASE}-dev.apk
|
||||
artifacts/app-linux-x64-${BASE}-dev.tar.gz"
|
||||
FILES=$(cat <<EOF
|
||||
artifacts/app-${BASE}-dev.apk
|
||||
artifacts/app-linux-x64-${BASE}-dev.tar.gz
|
||||
EOF
|
||||
)
|
||||
if [ -f artifacts/app-windows-x64-${BASE}-dev.zip ]; then
|
||||
FILES="$FILES
|
||||
artifacts/app-windows-x64-${BASE}-dev.zip"
|
||||
|
||||
Reference in New Issue
Block a user