mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-06-13 18:19:53 +00:00
Delete Folder
This commit is contained in:
parent
ab590fcaf0
commit
aae935c22d
11
Folder
11
Folder
@ -1,11 +0,0 @@
|
|||||||
# Create a folder
|
|
||||||
$ mkdir actions-runner && cd actions-runner
|
|
||||||
# Download the latest runner package
|
|
||||||
$ curl -o actions-runner-linux-x64-2.321.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz
|
|
||||||
# Optional: Validate the hash
|
|
||||||
$ echo "ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e actions-runner-linux-x64-2.321.0.tar.gz" | shasum -a 256 -c
|
|
||||||
# Extract the installer
|
|
||||||
$ tar xzf ./actions-runner-linux-x64-2.321.0.tar.gz
|
|
||||||
actions-runner-linux-x64-2.321.0.tar.gzhttps://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz
|
|
||||||
256 -c
|
|
||||||
# Extract
|
|
||||||
Loading…
Reference in New Issue
Block a user