From 474dee939147231cb8558b5818f21789310469bd Mon Sep 17 00:00:00 2001 From: Syping Date: Tue, 4 Nov 2025 06:31:51 +0100 Subject: [PATCH] GitHub Actions: remove MSVC from download-artifact step name --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 36c7082..7007b2b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -117,17 +117,17 @@ jobs: with: name: macOS x64 path: assets/osx-x64 - - name: Download Windows MSVC arm64 Assets + - name: Download Windows arm64 Assets uses: actions/download-artifact@v6 with: name: Windows MSVC arm64 path: assets/win-arm64 - - name: Download Windows MSVC x64 Assets + - name: Download Windows x64 Assets uses: actions/download-artifact@v6 with: name: Windows MSVC x64 path: assets/win-x64 - - name: Download Windows MSVC x86 Assets + - name: Download Windows x86 Assets uses: actions/download-artifact@v6 with: name: Windows MSVC x86