mirror of https://github.com/gorhill/uBlock.git
Github action stuff
This commit is contained in:
parent
fe52c97392
commit
96e1fe49d4
|
@ -62,8 +62,9 @@ if [ "$1" = "full" ]; then
|
|||
cd $TMPDIR > /dev/null
|
||||
rm log.txt
|
||||
zip $PACKAGENAME -r ./*
|
||||
cp $PACKAGENAME $(dirname $DES)
|
||||
cd - > /dev/null
|
||||
cp $TMPDIR/$PACKAGENAME dist/build/
|
||||
rm -rf $TMPDIR
|
||||
ls -l dist/build
|
||||
echo "Package location: $(pwd)/dist/build/$PACKAGENAME"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue