Skip to content

Commit 91014ea

Browse files
debug step added for "out"
1 parent f0e4f09 commit 91014ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ jobs:
9696
name: sourcegrid
9797
path: |
9898
out/sourcegrid
99-
99+
- name: Debug output folders
100+
run: |
101+
dir out -Recurse
100102
101103
- name: Create Nuget Packages
102104
id: createNupkg

0 commit comments

Comments
 (0)