File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111name : Create release
1212jobs :
1313 build_windows :
14- name : Build Windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'link runtime' || ''}}
14+ name : Build Windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'linked runtime' || ''}}
1515 runs-on : windows-2022
1616
1717 strategy :
@@ -128,7 +128,7 @@ jobs:
128128 ${{ github.workspace }}/Artifacts/windows-arm64-static-openMP-all.zip
129129 ${{ github.workspace }}/Artifacts/windows-arm64-static-openMP-linked-runtime.zip
130130 ${{ github.workspace }}/Artifacts/windows-x86-dynamic-noOpenMP.zip
131- ${{ github.workspace }}/Artifacts/windows-x86-dynamic-noOpenMP-v .zip
131+ ${{ github.workspace }}/Artifacts/windows-x86-dynamic-noOpenMP-all .zip
132132 ${{ github.workspace }}/Artifacts/windows-x86-dynamic-openMP.zip
133133 ${{ github.workspace }}/Artifacts/windows-x86-dynamic-openMP-all.zip
134134 ${{ github.workspace }}/Artifacts/windows-x86-static-noOpenMP.zip
You can’t perform that action at this time.
0 commit comments