0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 00:50:45 -05:00

Use double quotes and escape... bash, man.

This commit is contained in:
Refringe 2024-04-26 01:11:21 -04:00
parent 950c4f1740
commit 6d2c39cd66
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -544,14 +544,14 @@ jobs:
acl = public-read' > /workspace/SPT-AKI/Build/rclone.conf acl = public-read' > /workspace/SPT-AKI/Build/rclone.conf
# Generate Release JSON File # Generate Release JSON File
echo '{ echo "{
"AkiVersion": "${SPT_VERSION}", \"AkiVersion\": \"${SPT_VERSION}\",
"ClientVersion": "${CLIENT_VERSION}", \"ClientVersion\": \"${CLIENT_VERSION}\",
"Mirrors": [{ \"Mirrors\": [{
"DownloadUrl": "${{ secrets.R2_FRONT }}/${{ steps.generate-filename.outputs.build_name }}", \"DownloadUrl\": \"${{ secrets.R2_FRONT }}/${{ steps.generate-filename.outputs.build_name }}\",
"Hash": "${FILE_HASH}" \"Hash\": \"${FILE_HASH}\"
}] }]
}' > /workspace/SPT-AKI/Build/release.json }" > /workspace/SPT-AKI/Build/release.json
ls -lah ls -lah