mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 20:30:44 -05:00
Use double quotes and escape... bash, man.
This commit is contained in:
parent
950c4f1740
commit
6d2c39cd66
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user