diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 78276a910f..4e4f68e7b1 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -65,14 +65,14 @@ jobs: - name: Create and Upload Artifact (exe) uses: actions/upload-artifact@main with: - name: otclient-${{ matrix.buildtype }}-${{ github.sha }} + name: otclient-${{ matrix.os }}-${{ matrix.buildtype }}-${{ github.sha }} path: | ${{ github.workspace }}/otclient.exe - name: Create and Upload Artifact (dlls) uses: actions/upload-artifact@main with: - name: otclient-dlls-${{ matrix.buildtype }}-${{ github.sha }} + name: otclient-dlls-${{ matrix.os }}-${{ matrix.buildtype }}-${{ github.sha }} path: | ${{ github.workspace }}/*.dll