Skip to content

Commit

Permalink
chore: capturing package path
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jun 28, 2024
1 parent 8cdb1d7 commit 9034ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ 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"
package_file=$(conda build fds.sdk.utils --output)
echo "${package_file}"
break
else
echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."
Expand Down

0 comments on commit 9034ac9

Please sign in to comment.