Skip to content

Commit

Permalink
show current directory for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent 3f09967 commit ca33412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ inputs:
runs:
using: composite
steps:
- name: Check current directory
run: pwd
shell: bash

- name: Build artifacts
run: ${{ inputs.build-command }}
shell: bash
Expand Down

0 comments on commit ca33412

Please sign in to comment.