1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Github action stuff

This commit is contained in:
Raymond Hill 2022-09-08 11:44:27 -04:00
parent fe52c97392
commit 96e1fe49d4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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