mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
modify to PKG_NAME to harvester-test-release
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
e236ab2d5f
commit
03d1174d8e
4
.github/workflows/build-and-upload.yaml
vendored
4
.github/workflows/build-and-upload.yaml
vendored
@ -200,9 +200,9 @@ jobs:
|
||||
uses: 'google-github-actions/upload-cloud-storage@v2'
|
||||
with:
|
||||
#TODO: replace test-release with ${{steps.ci-build-pkg.outputs.PKG_NAME}}
|
||||
path: dist-pkg/test-release
|
||||
path: dist-pkg/harvester-test-release
|
||||
#TODO: replace test-release with ${{steps.ci-build-pkg.outputs.PKG_NAME}}
|
||||
destination: releases.rancher.com/harvester-ui/plugin/test-release
|
||||
destination: releases.rancher.com/harvester-ui/plugin/harvester-test-release
|
||||
parent: false
|
||||
headers: |-
|
||||
cache-control: no-cache,must-revalidate
|
||||
|
||||
@ -31,8 +31,8 @@ if [ -n "$GIT_TAG" ]; then
|
||||
export PKG_NAME=${1}-${CI_BUILD_TAG}
|
||||
export PKG_TARBALL=${PKG_NAME}.tar.gz
|
||||
else
|
||||
export PKG_NAME=${1}-${VERSION}
|
||||
export PKG_TARBALL=${PKG_NAME}.tar.gz
|
||||
export PKG_NAME=${1}-${VERSION} # harvester-test-release or harvester-latest
|
||||
export PKG_TARBALL=${PKG_NAME}.tar.gz # harvester-test-release.tar.gz or harvester-latest.tar.gz
|
||||
fi
|
||||
|
||||
echo "CI Build Artefacts"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user