Skip to content

Commit 8ffdb0e

Browse files
committed
use maintained GH Action for release
1 parent a3cb0fe commit 8ffdb0e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# adds an additional copy per link, but it reliably works and
3636
# the additional size is not too large on Windows.
3737
tar_extra_args: "--dereference"
38-
llvm_version: ["21.x"]
38+
llvm_version: ["22.x"]
3939
llvm_repo_url: ["https://github.com/llvm/llvm-project.git"]
4040
fail-fast: true
4141

@@ -122,7 +122,7 @@ jobs:
122122

123123
strategy:
124124
matrix:
125-
llvm_version: ["21.x"]
125+
llvm_version: ["22.x"]
126126

127127
steps:
128128
- name: Download the Artifacts
@@ -139,16 +139,16 @@ jobs:
139139
shell: bash
140140
run: |
141141
mkdir upload
142-
mv artifacts/linux-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-linux-amd64.tar.xz
143-
mv artifacts/linux-aarch64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-linux-aarch64.tar.xz
144-
mv artifacts/linux-riscv64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-linux-riscv64.tar.xz
145-
mv artifacts/darwin-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-darwin-amd64.tar.xz
146-
mv artifacts/darwin-aarch64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-darwin-aarch64.tar.xz
147-
mv artifacts/windows-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload/llvm-windows-amd64.tar.xz
142+
mv artifacts/linux-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload
143+
mv artifacts/linux-aarch64-${{matrix.llvm_version}}/llvm.tar.xz upload
144+
mv artifacts/linux-riscv64-${{matrix.llvm_version}}/llvm.tar.xz upload
145+
mv artifacts/darwin-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload
146+
mv artifacts/darwin-aarch64-${{matrix.llvm_version}}/llvm.tar.xz upload
147+
mv artifacts/windows-amd64-${{matrix.llvm_version}}/llvm.tar.xz upload
148148
149149
- name: Create Release
150150
uses: softprops/action-gh-release@v2
151151
with:
152-
name: Release ${{ matrix.llvm_version }}
152+
name: Testing Release ${{ matrix.llvm_version }}
153153
tag_name: ${{ matrix.llvm_version }}
154154
files: upload/*

0 commit comments

Comments
 (0)