mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 15:10:45 -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
|
||||
|
||||
# Generate Release JSON File
|
||||
echo '{
|
||||
"AkiVersion": "${SPT_VERSION}",
|
||||
"ClientVersion": "${CLIENT_VERSION}",
|
||||
"Mirrors": [{
|
||||
"DownloadUrl": "${{ secrets.R2_FRONT }}/${{ steps.generate-filename.outputs.build_name }}",
|
||||
"Hash": "${FILE_HASH}"
|
||||
echo "{
|
||||
\"AkiVersion\": \"${SPT_VERSION}\",
|
||||
\"ClientVersion\": \"${CLIENT_VERSION}\",
|
||||
\"Mirrors\": [{
|
||||
\"DownloadUrl\": \"${{ secrets.R2_FRONT }}/${{ steps.generate-filename.outputs.build_name }}\",
|
||||
\"Hash\": \"${FILE_HASH}\"
|
||||
}]
|
||||
}' > /workspace/SPT-AKI/Build/release.json
|
||||
}" > /workspace/SPT-AKI/Build/release.json
|
||||
|
||||
ls -lah
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user