Skip to content

Commit

Permalink
ci: show directories content
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Nov 18, 2024
1 parent 1016437 commit 68ce866
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
if: env.PREVIOUS_REVISION != env.REVISION
run: task build --yes

- name: Debug
run: |-
ls /home/runner/
ls /home/runner/work/
ls /home/runner/work/_actions/
ls /home/runner/work/_actions/pypa/gh-action-pypi-publish/
ls /home/runner/work/_actions/pypa/gh-action-pypi-publish/release/v1/
- name: Release
if: env.PREVIOUS_REVISION != env.REVISION
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 68ce866

Please sign in to comment.