mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 14:20:00 +00:00
Correct formatting of GH PR sha256sum artifact (#9472)
* Conform to how the install script wants the sha256sum name * Remove no-op sed for GH PR install Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
2
.github/workflows/build-k3s.yaml
vendored
2
.github/workflows/build-k3s.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Build K3s binary
|
||||
run: |
|
||||
DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 make
|
||||
sha256sum dist/artifacts/k3s > dist/artifacts/k3s.sha256sum
|
||||
sha256sum dist/artifacts/k3s | sed 's|dist/artifacts/||' > dist/artifacts/k3s.sha256sum
|
||||
- name: bundle repo
|
||||
if: inputs.upload-repo == true
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user