diff --git a/.github/workflows/update-binary.yml b/.github/workflows/update-binary.yml index 101e96f..3b954a5 100644 --- a/.github/workflows/update-binary.yml +++ b/.github/workflows/update-binary.yml @@ -61,7 +61,7 @@ jobs: - name: Upload build artefacts uses: actions/upload-artifact@v4.3.5 with: - name: ${{ matrix.target }}-stubs + name: ${{ env.PYTHON_TAG }}-stubs path: stub/*.zip - name: Upload Release Asset to S3