Skip to content

Commit

Permalink
use the right .tag.bz2 extension (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 16, 2024
1 parent 10dfc27 commit a8a8260
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 @@ -71,7 +71,7 @@ jobs:
- name: Set environment variables
run: |
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "CONDA_FILE=$(ls dist/*.conda)" >> $GITHUB_ENV
echo "CONDA_FILE=$(ls dist/*.tar.bz2)" >> $GITHUB_ENV
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
Expand Down

0 comments on commit a8a8260

Please sign in to comment.