fix: canary build with new release flow (#10521)

This commit is contained in:
Lifei Zhou
2026-07-17 11:10:55 +10:00
committed by GitHub
parent af9f3d2dff
commit baa6edc051
+6
View File
@@ -106,6 +106,9 @@ jobs:
bundle-windows:
needs: [prepare-version]
uses: ./.github/workflows/bundle-windows.yml
permissions:
contents: read
id-token: write
with:
version: ${{ needs.prepare-version.outputs.version }}
package_cli: true
@@ -115,6 +118,9 @@ jobs:
bundle-windows-cuda:
needs: [prepare-version]
uses: ./.github/workflows/bundle-windows.yml
permissions:
contents: read
id-token: write
with:
version: ${{ needs.prepare-version.outputs.version }}
package_cli: true