mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Attempt to make make GitHub Actions work
This commit is contained in:
parent
f12f1d4c85
commit
6691282bc2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
pushd ..
|
||||
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||
popd
|
||||
- name: Set version
|
||||
run: |
|
||||
echo "VERSION=${{ format(github.ref, 'refs/tags/', '') }}" >> $GITHUB_ENV
|
||||
- name: Build all packages
|
||||
run: |
|
||||
tools/make-chromium.sh $VERSION
|
||||
|
|
@ -31,7 +34,6 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VERSION: ${{ format(github.ref, 'refs/tags/', '') }}
|
||||
with:
|
||||
files: |
|
||||
dist/build/uBlock0_$VERSION.chromium.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue