Skip to content

Commit c7c39e3

Browse files
FIX hot fix for llvm-x86_64-pc-windows-msvc.
1 parent 20965b7 commit c7c39e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/x86_64-pc-windows-msvc.yml renamed to .github/workflows/llvm-x86_64-pc-windows-msvc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: llvm-x86_64-pc-windows-msvc
33
on:
44
push:
55
tags:
6-
- 'x86_64-pc-windows-msvc-v*.*.*'
6+
- 'llvm-x86_64-pc-windows-msvc-v*.*.*'
77

88
jobs:
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

0 commit comments

Comments
 (0)