Skip to content

Commit

Permalink
List current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 12, 2024
1 parent 96962bc commit a3f8935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:

- name: List items in current directory
run: |
pwd
ls .
ls -R build
Expand All @@ -143,5 +144,5 @@ jobs:
shell: bash -l {0}
run: |
anaconda login --username sleap-deps --password "$ANACONDA_PASSWORD"
anaconda -v upload "build/${{ matrix.os-folder }}/*.tar.bz2" --label dev --user sleap-deps
anaconda -v upload "./build/${{ matrix.os-folder }}/*.tar.bz2" --label dev --user sleap-deps
anaconda logout

0 comments on commit a3f8935

Please sign in to comment.