mirror of
https://github.com/rancher/os.git
synced 2025-08-11 11:32:28 +00:00
Merge pull request #1459 from SvenDowideit/fix-release-upload-cmds
Fix the commanline hints to upload release
This commit is contained in:
commit
d444edd82f
@ -14,8 +14,7 @@ echo "--- Run"
|
|||||||
echo "github-release release --user rancher --repo os --tag ${VERSION} --pre-release --draft"
|
echo "github-release release --user rancher --repo os --tag ${VERSION} --pre-release --draft"
|
||||||
for file in $(ls dist/artifacts/); do
|
for file in $(ls dist/artifacts/); do
|
||||||
if [ "$file" != "installer.tar" ]; then
|
if [ "$file" != "installer.tar" ]; then
|
||||||
echo "github-release upload --user rancher --repo os --tag ${VERSION} \
|
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file ./dist/artifacts/${file} --name ${file}"
|
||||||
--file ./dist/kernel/${file} -name ${file}"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user