File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: llvm-x86_64-pc-windows-msvc
33on :
44 push :
55 tags :
6- - ' x86_64-pc-windows-msvc-v*.*.*'
6+ - ' llvm- x86_64-pc-windows-msvc-v*.*.*'
77
88jobs :
99 build-llvm :
@@ -127,19 +127,19 @@ jobs:
127127 shell : pwsh
128128 run : |
129129 cd tempDir
130- 7z a -tzip x86_64-pc-windows-msvc.zip lib bin include
130+ 7z a -tzip llvm- x86_64-pc-windows-msvc.zip lib bin include
131131
132132 - name : Releasing LLVM
133133 uses : softprops/action-gh-release@v2
134134 with :
135135 tag_name : ${{ env.BUILD_ID }}
136- name : " x86_64-pc-windows-msvc"
136+ name : " llvm- x86_64-pc-windows-msvc"
137137 body : |
138- ## llvm-x86_64-unknown-linux-gnu
138+ ## llvm-x86_64-pc-windows-msvc
139139
140140 LLVM for x86_64-pc-windows-msvc host target for Thrush Compiler build phase.
141141
142142 files : |
143- tempDir/x86_64-pc-windows-msvc.zip
143+ tempDir/llvm- x86_64-pc-windows-msvc.zip
144144
145145 draft : false
You can’t perform that action at this time.
0 commit comments