1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Maybe fix github action

This commit is contained in:
Raymond Hill 2022-09-10 15:00:47 -04:00
parent 39129ba6a6
commit c64f8cb271
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -22,7 +22,6 @@ jobs:
uses: actions/checkout@v3
with:
persist-credentials: false
ref: ${{ github.head_ref }}
- name: Clone uAssets
run: |
git submodule update --depth 1 --init
@ -57,6 +56,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: Update build log file
target_branch: master
- name: Upload Chromium package
uses: actions/upload-release-asset@v1
env: