Attempt to make make GitHub Actions work

This commit is contained in:
Raymond Hill 2020-12-09 11:03:12 -05:00
parent f12f1d4c85
commit 6691282bc2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 1 deletions

View File

@ -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