diff --git a/.github/workflows/upload_s3.sh b/.github/workflows/upload_s3.sh index 6d2bbdd..b0f61ae 100755 --- a/.github/workflows/upload_s3.sh +++ b/.github/workflows/upload_s3.sh @@ -87,12 +87,12 @@ Or generally from this ${TYPE}: 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: \`\`\` -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