Skip to content

Commit 22994c2

Browse files
authored
#BUILD test
1 parent cc5f3e6 commit 22994c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: call .\ArtifactBuild.cmd
5353

5454
- name: List directory contents for debugging
55-
run: dir /s
55+
run: Get-ChildItem -Recurse
56+
shell: pwsh
5657

5758
- name: Create Release
5859
id: create_release

0 commit comments

Comments
 (0)