File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 tag :
1111 description : ' Release tag (e.g. v2.6.1.2)'
1212 required : true
13- default : ' v2.6.2.0 '
13+ default : ' v2.6.1.2 '
1414 release_name :
1515 description : ' Release title (leave blank to use tag)'
1616 required : false
4343 runs-on : ${{ matrix.os }}
4444
4545 steps :
46- # 1a. Checkout — macOS & Linux (full checkout is fine)
47- - name : Checkout (macOS & Linux)
48- if : matrix.platform != 'windows'
49- uses : actions/checkout@v4
50-
51- # 1b. Checkout — Windows sparse
52- # "Docs/Cognitive Sandbox Manifesto | ..." contains a pipe character
53- # which is illegal on Windows NTFS; git exits 128 trying to create it.
54- # Sparse checkout lets us include only the folders needed for the build.
55- - name : Checkout (Windows — sparse)
56- if : matrix.platform == 'windows'
46+ # 1. Checkout — sparse on all platforms to exclude Docs/
47+ # (contains a pipe character in a filename, illegal on Windows NTFS)
48+ - name : Checkout
5749 uses : actions/checkout@v4
5850 with :
5951 sparse-checkout : |
You can’t perform that action at this time.
0 commit comments