mirror of https://github.com/gorhill/uBlock.git
Attempt to make make GitHub Actions work
This commit is contained in:
parent
6691282bc2
commit
210fbf9353
|
@ -23,7 +23,7 @@ jobs:
|
|||
popd
|
||||
- name: Set version
|
||||
run: |
|
||||
echo "VERSION=${{ format(github.ref, 'refs/tags/', '') }}" >> $GITHUB_ENV
|
||||
echo "VERSION=$(basename -- ${{ github.ref }})" >> $GITHUB_ENV
|
||||
- name: Build all packages
|
||||
run: |
|
||||
tools/make-chromium.sh $VERSION
|
||||
|
|
Loading…
Reference in New Issue