Skip to content

Commit

Permalink
chore: more testing of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gdulafactset authored Jul 1, 2024
1 parent 3497f92 commit 3cc3aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
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
ls -la
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 ${package_file}
break
Expand Down

0 comments on commit 3cc3aed

Please sign in to comment.