Skip to content

Commit a83b9df

Browse files
author
Petr Sramek
committed
removed ls -R
1 parent 50c0361 commit a83b9df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,8 @@ jobs:
5959
uses: actions/download-artifact@v4
6060
with:
6161
name: build
62-
- name: Display structure of downloaded files
63-
run: ls -R
6462
- name: Pack
6563
run: dotnet pack ./src/**/*.csproj --no-build --no-restore --configuration Release /p:Platform=AnyCPU
66-
- name: Display structure of after pack
67-
run: ls -R
6864
- name: Upload
6965
uses: actions/upload-artifact@v4
7066
with:

0 commit comments

Comments
 (0)