mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
6691282bc2
commit
210fbf9353
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
popd
|
popd
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION=${{ format(github.ref, 'refs/tags/', '') }}" >> $GITHUB_ENV
|
echo "VERSION=$(basename -- ${{ github.ref }})" >> $GITHUB_ENV
|
||||||
- name: Build all packages
|
- name: Build all packages
|
||||||
run: |
|
run: |
|
||||||
tools/make-chromium.sh $VERSION
|
tools/make-chromium.sh $VERSION
|
||||||
|
|
Loading…
Reference in a new issue