Skip to content

Commit

Permalink
chore: fix env reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jun 28, 2024
1 parent c3ac0d3 commit 8cdb1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Build conda package
conda config --set anaconda_upload no
conda build fds.sdk.utils --output
echo "/home/runner/miniconda3/envs/${{ CONDA_ENV_NAME }}/conda-bld/noarch/fds.sdk.utils-0.9.0-py_0.tar.bz2"
echo "/home/runner/miniconda3/envs/$CONDA_ENV_NAME/conda-bld/noarch/fds.sdk.utils-0.9.0-py_0.tar.bz2"
break
else
echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."
Expand Down

0 comments on commit 8cdb1d7

Please sign in to comment.