From 3d372eef04e4ed8eed7800d8587b9b5d4f064923 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 22 May 2023 16:00:53 -0400 Subject: [PATCH] Fixup PR-based links --- .github/workflows/upload_s3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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