Skip to content

Commit 03df396

Browse files
Add a step to output content of workdir
1 parent a2d6182 commit 03df396

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ jobs:
227227
run: |
228228
conda activate
229229
conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json > ${{ env.workdir }}\ver.json
230+
- name: Output content of workdir
231+
shell: pwsh
232+
run: Get-ChildItem -Path ${{ env.workdir }}
230233
- name: Output content of produced ver.json
231234
shell: pwsh
232235
run: Get-Content -Path ${{ env.workdir }}\ver.json

0 commit comments

Comments
 (0)