mirror of https://github.com/gorhill/uBlock.git
Attempt to make make GitHub Actions work
This commit is contained in:
parent
22a4848d8f
commit
8a754f65c1
|
@ -29,6 +29,15 @@ jobs:
|
|||
tools/make-chromium.sh $VERSION
|
||||
tools/make-firefox.sh $VERSION
|
||||
tools/make-thunderbird.sh $VERSION
|
||||
- name: Create GitHub release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
tag_name: ${{ steps.release_info.outputs.TAG }}
|
||||
release_name: ${{ steps.release_info.outputs.TAG }}
|
||||
draft: true
|
||||
- name: Upload Chromium package
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue