Skip to content

Commit f9bc5da

Browse files
authored
Update build-release.yml
1 parent 49cd0f7 commit f9bc5da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: '6.0.x'
26-
26+
27+
- name: Debug File Structure
28+
run: dir -Recurse
29+
shell: pwsh
30+
2731
- name: 🔁 Restore dependencies
2832
run: dotnet restore SharpExt4Explorer/SharpExt4Explorer/SharpExt4Explorer.csproj
2933

0 commit comments

Comments
 (0)