Don’t run the curl commands lol
This commit is contained in:
parent
29d8f15b21
commit
cb91725824
16
.github/workflows/upload_s3.sh
vendored
16
.github/workflows/upload_s3.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue