Skip to content

Commit

Permalink
Add package name and artifact ID to build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 23, 2024
1 parent 3d22399 commit 39a34bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
runs-on: "linux-${{ matrix.ARCH }}-${{ inputs.node_type }}"
outputs:
package-artifact-id: ${{ steps.upload-conda-package.outputs.artifact-id }}
package-filename: ${{ steps.upload-conda-package.env.package_name }}
env:
RAPIDS_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
container:
Expand All @@ -110,6 +113,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Upload additional artifacts
id: upload-conda-package
if: "!cancelled()"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 39a34bb

Please sign in to comment.