Correct sha256 extension
This commit is contained in:
parent
14050ea67b
commit
60fd083ea0
|
@ -385,10 +385,10 @@ steps:
|
|||
-cvjf ./build/$ARTIFACT
|
||||
- # calculate SHA256 checksum
|
||||
- cd ./build
|
||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||
- ls -lh
|
||||
- # output the sha256 sum for checking
|
||||
- cat "$ARTIFACT.sha256"
|
||||
- cat "$ARTIFACT.sum256"
|
||||
- sha256sum "$ARTIFACT"
|
||||
- name: Upload artifacts
|
||||
image: alpine
|
||||
|
@ -484,10 +484,10 @@ steps:
|
|||
-cvjf ./build/$ARTIFACT
|
||||
- # calculate SHA256 checksum
|
||||
- cd ./build
|
||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sha256"
|
||||
- sha256sum "$ARTIFACT" > "$ARTIFACT.sum256"
|
||||
- ls -lh
|
||||
- # output the sha256 sum for checking
|
||||
- cat "$ARTIFACT.sha256"
|
||||
- cat "$ARTIFACT.sum256"
|
||||
- sha256sum "$ARTIFACT"
|
||||
- name: Upload artifacts
|
||||
image: alpine
|
||||
|
|
Loading…
Reference in a new issue