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

Github action stuff

This commit is contained in:
Raymond Hill 2022-09-08 11:21:39 -04:00
parent 6395591b13
commit 091125ecc5
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ mv3-quick: tools/make-mv3.sh $(sources) $(platform)
tools/make-mv3.sh quick
mv3-full: tools/make-mv3.sh $(sources) $(platform)
tools/make-mv3.sh all
tools/make-mv3.sh full
# Update submodules.
update-submodules:

View File

@ -62,8 +62,8 @@ if [ "$1" = "full" ]; then
cd $TMPDIR > /dev/null
rm log.txt
zip $PACKAGENAME -qr ./*
cp $PACKAGENAME $(dirname $DES/)/
cp $PACKAGENAME $DES/
cd - > /dev/null
rm -rf $TMPDIR
echo "Package location: $(pwd)/$PACKAGENAME"
echo "Package location: $(pwd)/dist/build/$PACKAGENAME"
fi