Fixup PR-based links
This commit is contained in:
parent
ea4ce1da82
commit
3d372eef04
4
.github/workflows/upload_s3.sh
vendored
4
.github/workflows/upload_s3.sh
vendored
|
@ -87,12 +87,12 @@ Or generally from this ${TYPE}:
|
||||||
Intel macOS:
|
Intel macOS:
|
||||||
|
|
||||||
\`\`\`
|
\`\`\`
|
||||||
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/${TYPE}/${DEST}/X64-macOS
|
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/${TYPE}/${TYPE_ID}/X64-macOS
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
x86_64 Linux:
|
x86_64 Linux:
|
||||||
|
|
||||||
\`\`\`
|
\`\`\`
|
||||||
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/${TYPE}/${DEST}/X64-Linux
|
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/${TYPE}/${TYPE_ID}/X64-Linux
|
||||||
\`\`\`
|
\`\`\`
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue