Skip to content

Commit

Permalink
enhance: show logs before download artifact in a workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Jan 12, 2024
1 parent aba2656 commit 8662240
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
env:
UBUNTU: 20.04
steps:
- name: print working directory before download artifact
shell: bash
run: |
pwd
ls -lah
- name: Download Artifact
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -155,6 +160,11 @@ jobs:
env:
UBUNTU: 20.04
steps:
- name: print working directory before download artifact
shell: bash
run: |
pwd
ls -lah
- name: Download Artifact
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -199,6 +209,11 @@ jobs:
env:
UBUNTU: 20.04
steps:
- name: print working directory before download artifact
shell: bash
run: |
pwd
ls -lah
- name: Download Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 8662240

Please sign in to comment.