modified: .github/workflows/main.yml

modified:   patch.py
This commit is contained in:
elseif
2026-09-22 12:49:54 +08:00
parent 17271e5e09
commit 32f1724bc4
2 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ jobs:
with:
version: ${{ matrix.target.version }}
channels: ${{ toJson(matrix.target.channels) }}
archs: ${{ needs.Prepare_Patch.outputs.archs }}
archs: '["x86"]'
buildtime: ${{ inputs.buildtime }}
release: ${{ github.event_name != 'workflow_dispatch' || inputs.release }}
secrets: inherit