mirror of https://github.com/gorhill/uBlock.git
Github action stuff
This commit is contained in:
parent
091125ecc5
commit
3d4ac1bc0a
|
@ -49,7 +49,6 @@ jobs:
|
|||
run: |
|
||||
tools/make-mv3.sh full
|
||||
echo ::set-output name=MV3PACKAGE::$(basename $(ls dist/build/uBlock0_*.mv3.zip))
|
||||
echo ${{ steps.release_info.outputs.MV3PACKAGE }}
|
||||
- name: Upload Chromium package
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
|
@ -65,5 +65,6 @@ if [ "$1" = "full" ]; then
|
|||
cp $PACKAGENAME $DES/
|
||||
cd - > /dev/null
|
||||
rm -rf $TMPDIR
|
||||
ls -l dist/build
|
||||
echo "Package location: $(pwd)/dist/build/$PACKAGENAME"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue