Skip to content

Commit

Permalink
chore: try different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent 75c2c5c commit f3eaa82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ jobs:
# Build conda package
conda config --set anaconda_upload no
conda build fds.sdk.utils --output
package_file=$(conda build fds.sdk.utils --output)
cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch
cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch/.cache
ls -la
echo "#####"
cd /home/runner/work/enterprise-sdk-utils-python/enterprise-sdk-utils-python/fds.sdk.utils
ls -la
anaconda -t $ANACONDA_TOKEN upload -u factset -l main /home/runner/miniconda3/envs/conda-env/conda-bld/noarch/fds.sdk.utils-0.9.0-py_0.tar.bz2
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
break
else
echo "Version ${version} not found, rechecking in $((2 ** count)) seconds..."
Expand Down

0 comments on commit f3eaa82

Please sign in to comment.