File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments