diff --git a/.github/workflows/build_library.yml b/.github/workflows/build_library.yml index 7d5d56f6a4..f0e5addfad 100644 --- a/.github/workflows/build_library.yml +++ b/.github/workflows/build_library.yml @@ -2,8 +2,8 @@ name: Library Release Build on: push: - branches: - - release-library/** +# branches: +# - release-library/** env: CARGO_TERM_COLOR: always @@ -39,7 +39,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: artifact-linux + name: artifact-linux-${{ matrix.build-arch }} path: py/dist/* if-no-files-found: 'error' # since this artifact will be merged, compression is not necessary @@ -85,7 +85,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: artifact-macos + name: artifact-macos-${{ matrix.py-platform }} path: py/dist/* if-no-files-found: 'error' # since this artifact will be merged, compression is not necessary