diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0457b62..86ded74b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: distributions-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }} + name: distributions-${{ matrix.os }}-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }} path: dist/* upload_pypi: