From dea940222e634ebcece071efb01443024bce1071 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 26 Nov 2024 14:57:21 +0400 Subject: [PATCH] GitHub CI: Fixed invalid artifact names. --- .github/workflows/windows-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 7b2cfbc..3a844a1 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -116,13 +116,13 @@ jobs: if: ${{ matrix.msystem == 'MINGW64' }} uses: actions/upload-artifact@v4 with: - name: Windows 32-Bit Packages + name: Windows 64-Bit Packages path: ${{github.workspace}}/build/gsmartcontrol-*-win*.* - name: Upload artifacts if: ${{ matrix.msystem == 'MINGW32' }} uses: actions/upload-artifact@v4 with: - name: Windows 64-Bit Packages + name: Windows 32-Bit Packages path: ${{github.workspace}}/build/gsmartcontrol-*-win*.*