1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00

Fix github action for mv3

This commit is contained in:
Raymond Hill 2022-09-08 10:24:17 -04:00
parent 9a66b37fe0
commit 523bf337ba
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -53,7 +53,7 @@ fi
echo "*** uBlock0.mv3: extension ready"
echo "Extension location: $DES/"
if [ "$1" = "all" ]; then
if [ "$1" = "full" ]; then
echo "*** uBlock0.mv3: Creating webstore package..."
PACKAGENAME=uBlock0_$(jq -r .version $DES/manifest.json).mv3.zip
TMPDIR=$(mktemp -d)