Skip to content

Commit

Permalink
fix matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Mar 20, 2024
1 parent 319cac3 commit 1b3f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set environment variables
run: |
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "CONDA_FILE=$(ls dist/${{ conda-name }}.tar.bz2)" >> $GITHUB_ENV
echo "CONDA_FILE=$(ls dist/${{ matrix.conda-name }}.tar.bz2)" >> $GITHUB_ENV
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
Expand Down

0 comments on commit 1b3f03f

Please sign in to comment.