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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user