We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65b329 commit 2bc5c1aCopy full SHA for 2bc5c1a
.github/workflows/release-binaries-windows.yml
@@ -0,0 +1,17 @@
1
+name: Release Binaries Windows
2
+
3
+on:
4
+ pull:
5
6
7
+permissions:
8
+ contents: read # Default everything to read-only
9
10
+jobs:
11
+ build-windows-release:
12
+ runs-on: depot-windows-2022-16
13
+ if: github.repository_owner == 'llvm'
14
+ steps:
15
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - run: |
17
+ llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8
0 commit comments