ci: move bundle analysis to separate job (#4361)

This commit is contained in:
ReenigneArcher
2025-10-25 21:15:23 -04:00
committed by GitHub
parent c2fb5438af
commit a7f03c25fd
4 changed files with 36 additions and 5 deletions

View File

@@ -12,9 +12,6 @@ on:
release_version:
required: true
type: string
secrets:
CODECOV_TOKEN:
required: false
jobs:
build_windows:
@@ -258,7 +255,6 @@ jobs:
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
BUILD_VERSION: ${{ inputs.release_version }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
COMMIT: ${{ inputs.release_commit }}
run: |
mkdir -p build