Have dist script publish and purge
This commit is contained in:
parent
d642a16a4b
commit
32b8a5ddc9
|
@ -58,7 +58,7 @@ fi
|
|||
|
||||
# Upload
|
||||
if [ ! -z $HC_RELEASE ]; then
|
||||
hc-releases -upload $DIR/pkg/dist
|
||||
hc-releases -upload $DIR/pkg/dist --publish --purge
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue