diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fb976b63..b5363957b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: