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
2d4924ab9d
commit
f12f1d4c85
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Clone uAssets
|
- name: Clone uAssets
|
||||||
run:
|
run: |
|
||||||
pushd ..
|
pushd ..
|
||||||
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||||
popd
|
popd
|
||||||
|
@ -26,7 +26,6 @@ jobs:
|
||||||
tools/make-chromium.sh $VERSION
|
tools/make-chromium.sh $VERSION
|
||||||
tools/make-firefox.sh $VERSION
|
tools/make-firefox.sh $VERSION
|
||||||
tools/make-thunderbird.sh $VERSION
|
tools/make-thunderbird.sh $VERSION
|
||||||
|
|
||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in a new issue