Skip to content

Commit eed65fa

Browse files
committed
Corrected copy paste mistake and updated title.
1 parent f2f241d commit eed65fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
name: Create release
1212
jobs:
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

0 commit comments

Comments
 (0)