Skip to content

Commit a55c0a3

Browse files
committed
List download artifact
Signed-off-by: Victor Chang <[email protected]>
1 parent e293bf6 commit a55c0a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,14 @@ jobs:
344344
${{ runner.os }}-nuget
345345
346346
- name: Download AssemblyInfo.cs
347+
id: download
347348
uses: actions/download-artifact@v3
348349
with:
349350
name: assembly-info
350351

352+
- name: List artifacts
353+
run: ls -ldR ${{steps.download.outputs.download-path}}/**/*
354+
351355
- name: Print AssemblyInfo
352356
run: cat src/AssemblyInfo.cs
353357

0 commit comments

Comments
 (0)