1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Attempt to make make GitHub Actions work

This commit is contained in:
Raymond Hill 2020-12-09 10:16:02 -05:00
parent 045f6a4cac
commit 61b1d87b52
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -16,9 +16,9 @@ jobs:
- name: Build all
if: startsWith(github.ref, 'refs/tags/')
run: |
/tools/make-chromium.sh $VERSION
/tools/make-firefox.sh $VERSION
/tools/make-thunderbird.sh $VERSION
tools/make-chromium.sh $VERSION
tools/make-firefox.sh $VERSION
tools/make-thunderbird.sh $VERSION
- name: Upload packages
uses: softprops/action-gh-release@v1
@ -28,6 +28,6 @@ jobs:
VERSION: ${{ format(github.ref, 'refs/tags/', '') }}
with:
files: |
/dist/build/uBlock0_$VERSION.chromium.zip
/dist/build/uBlock0_$VERSION.firefox.xpi
/dist/build/uBlock0_$VERSION.thunderbird.xpi
dist/build/uBlock0_$VERSION.chromium.zip
dist/build/uBlock0_$VERSION.firefox.xpi
dist/build/uBlock0_$VERSION.thunderbird.xpi