Skip to content

Commit e5f2e1a

Browse files
author
Petr Sramek
committed
,jnl
1 parent 7119f15 commit e5f2e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
uses: actions/download-artifact@v4
6262
with:
6363
name: build
64-
path: .
64+
- name: Display structure of downloaded files
65+
run: ls -R
6566
- name: Pack
6667
run: dotnet pack ./src/**/*.csproj --no-build --configuration Release
6768
- name: Upload

0 commit comments

Comments
 (0)