mirror of https://github.com/gorhill/uBlock.git
Maybe fix github action
This commit is contained in:
parent
39129ba6a6
commit
c64f8cb271
|
@ -22,7 +22,6 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
- name: Clone uAssets
|
- name: Clone uAssets
|
||||||
run: |
|
run: |
|
||||||
git submodule update --depth 1 --init
|
git submodule update --depth 1 --init
|
||||||
|
@ -57,6 +56,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit_message: Update build log file
|
commit_message: Update build log file
|
||||||
|
target_branch: master
|
||||||
- name: Upload Chromium package
|
- name: Upload Chromium package
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue