diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index f7cf9cc2f2..abe25b29cb 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -72,7 +72,7 @@ jobs: - name: Create and Upload Artifact (dlls) uses: actions/upload-artifact@main with: - name: otclient-${{ matrix.buildtype }}-${{ github.sha }} + name: otclient-dlls-${{ matrix.buildtype }}-${{ github.sha }} path: | ${{ github.workspace }}/*.dll