1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00

Write only base-names of files in the checksum file on releases

This commit is contained in:
Max Sokolovsky
2021-10-05 15:25:32 -04:00
parent 7c7f747d32
commit b12322a834

View File

@@ -236,6 +236,7 @@ steps:
from_secret: github_token
checksum:
- sha256
checksum_flatten: true
files:
- "dist/artifacts/${DRONE_TAG}/rancher*"
when:
@@ -257,6 +258,7 @@ steps:
from_secret: github_token
checksum:
- sha256
checksum_flatten: true
files:
- "dist/artifacts/${DRONE_TAG}/rancher*"
prerelease: true