Attempt to make make GitHub Actions work

This commit is contained in:
Raymond Hill 2020-12-09 10:51:34 -05:00
parent 2d4924ab9d
commit f12f1d4c85
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -17,7 +17,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
- name: Clone uAssets
run:
run: |
pushd ..
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
popd
@ -26,7 +26,6 @@ jobs:
tools/make-chromium.sh $VERSION
tools/make-firefox.sh $VERSION
tools/make-thunderbird.sh $VERSION
- name: Upload packages
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')