From cb917258248e34a96f2e506dfab5c392b8fe66d8 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 21 May 2023 21:41:21 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20run=20the=20curl=20commands=20l?= =?UTF-8?q?ol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload_s3.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/upload_s3.sh b/.github/workflows/upload_s3.sh index 4647f32..14e4aed 100755 --- a/.github/workflows/upload_s3.sh +++ b/.github/workflows/upload_s3.sh @@ -72,27 +72,27 @@ This commit's nix-actions-cache binaries can be fetched from: Intel macOS: -``` +\`\`\` curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/macOS/rev/$GIT_ISH -``` +\`\`\` x86_64 Linux: -``` +\`\`\` curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/Linux/rev/$GIT_ISH -``` +\`\`\` 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/macOS/${TYPE}/${DEST} -``` +\`\`\` x86_64 Linux: -``` +\`\`\` curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/Linux/${TYPE}/${DEST} -``` +\`\`\` EOF