Skip to content

Commit 03bb75e

Browse files
Update llvm-c-api-windows.yml
1 parent bffbb47 commit 03bb75e

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/llvm-c-api-windows.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,16 @@ jobs:
5252
call %GITHUB_WORKSPACE%\targets\x86_64-pc-windows-libcmt\set-env.bat msvc17 ${{matrix.CRT}} ${{matrix.TARGET_CPU}} ${{matrix.CONFIGURATION}}
5353
call %GITHUB_WORKSPACE%\targets\x86_64-pc-windows-libcmt\build.bat
5454
55-
- name: Releasing LLVM Toolchain
56-
uses: softprops/action-gh-release@v2
57-
with:
58-
tag_name: ${{ env.BUILD_ID }}
59-
name: "LLVM Toolchain (Windows)"
60-
body: |
61-
## LLVM C API
62-
63-
LLVM C API (v17.0.6) libraries for Windows x86_64 environments.
64-
65-
files: ${{steps.BUILD.outputs.DEPLOY_FILE}}
66-
draft: false
55+
- name: Releasing LLVM C API
56+
uses: softprops/action-gh-release@v2
57+
with:
58+
tag_name: ${{ env.BUILD_ID }}
59+
name: "LLVM C API (Windows)"
60+
body: |
61+
## LLVM C API
62+
63+
LLVM C API (v17.0.6) libraries for Windows x64 environments.
64+
65+
files: |
66+
toolchains\llvm-c-api-x86_64-windows.zip
67+
draft: false

0 commit comments

Comments
 (0)