From a07ab89cc84bcab3a75277dd4efd1608535127bb Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Wed, 5 Jan 2022 12:03:39 -0800 Subject: [PATCH] chore(CI): Upload release Windows zips from GH actions workflow --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9060fe759..f1c697a50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -245,7 +245,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: setup-qtox-x86_64-${{ matrix.build_type }}.zip - path: install-prefix/qtox-x86_64-debug.zip + path: install-prefix/qtox-x86_64-${{ matrix.build_type }}.zip if-no-files-found: ignore build-windows-i686: name: Windows i686 @@ -272,7 +272,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: setup-qtox-i686-${{ matrix.build_type }}.zip - path: install-prefix/qtox-i686-debug.zip + path: install-prefix/qtox-i686-${{ matrix.build_type }}.zip if-no-files-found: ignore build-osx: name: macOS