Skip to content

Commit

Permalink
chore: check paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent c3662ce commit 3497f92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
# Build conda package
conda config --set anaconda_upload no
package_file=$(conda build fds.sdk.utils --output)
cd /home/runner/miniconda3/envs/conda-env/conda-bld/noarch
ls
cd /home/runner/work/enterprise-sdk-utils-python/enterprise-sdk-utils-python
ls
anaconda -t $ANACONDA_TOKEN upload -u factset -l main ${package_file}
break
Expand Down

0 comments on commit 3497f92

Please sign in to comment.