File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ if [ "${KERNEL_ARCH}" == "x86" ]; then
29
29
echo " echo Waiting 30 seconds after release creation to make sure that GitHub is ready for uploads" >> dist/publish.sh
30
30
echo " sleep 30s" >> dist/publish.sh
31
31
fi
32
+ echo " github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION} -${KERNEL_ARCH} -src.tgz --name linux-${KERNEL_VERSION} -${KERNEL_ARCH} -src.tgz" >> dist/publish.sh
32
33
echo " github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/build-linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz --name build-linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz" >> dist/publish.sh
33
34
echo " github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/extra-linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz --name extra-linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz" >> dist/publish.sh
34
35
echo " github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz --name linux-${KERNEL_VERSION} -${KERNEL_ARCH} .tar.gz" >> dist/publish.sh
You can’t perform that action at this time.
0 commit comments