Skip to content

Commit 33ba763

Browse files
authored
Rename artifacts to use os-arch-name pattern (#910)
This moves all artifacts for a single os/arch combo together in the GitHub Actions page, making it easier to download relevant artifacts when reproducing a build.
1 parent 3f52be8 commit 33ba763

File tree

2 files changed

+92
-92
lines changed

2 files changed

+92
-92
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,12 @@ jobs:
922922
steps:
923923
- uses: actions/download-artifact@v4
924924
with:
925-
name: installer-amd64
925+
name: Windows-amd64-installer
926926
path: ${{ github.workspace }}/tmp/amd64
927927

928928
- uses: actions/download-artifact@v4
929929
with:
930-
name: installer-arm64
930+
name: Windows-arm64-installer
931931
path: ${{ github.workspace }}/tmp/arm64
932932

933933
- name: Create Release

0 commit comments

Comments
 (0)