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*.*