Skip to content

Commit 5183f60

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,10 @@ jobs:
348348
uses: actions/download-artifact@v3
349349
with:
350350
name: assembly-info
351+
path: src/
351352

352353
- name: List artifacts
353-
run: ls -ldR ${{steps.download.outputs.download-path}}/**/*
354+
run: ls -R ${{steps.download.outputs.download-path}}
354355

355356
- name: Print AssemblyInfo
356357
run: cat src/AssemblyInfo.cs

0 commit comments

Comments
 (0)