From a0722c34331497c5923e34e10596cbf523b73b9a Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 16 Aug 2025 22:49:58 +0000 Subject: [PATCH] better artifact name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9268f3e937..f1f65dea91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -422,7 +422,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: build-bin-${{ github.job }}-win${{ matrix.suffix }} + name: build-bin-${{ github.job }}-${{ matrix.arch }} path: | dist/yt-dlp${{ matrix.suffix }}.exe dist/yt-dlp_win${{ matrix.suffix }}.zip