Skip to content

Commit 6b515f9

Browse files
committed
ci: ensure UnlockerStub output directory exists
1 parent d5afa86 commit 6b515f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/library.nuget.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ jobs:
2525
- name: Restore dependencies
2626
run: dotnet restore src/UnlockerPatch/UnlockerPatch.csproj
2727

28+
- name: Ensure UnlockerStub output path exists
29+
run: |
30+
if not exist "src\UnlockerStub\x64\Release" mkdir "src\UnlockerStub\x64\Release"
31+
2832
- name: Build solution
2933
run: msbuild src/UnlockerPatch/UnlockerPatch.csproj /p:Configuration=Release /p:Platform=x64

0 commit comments

Comments
 (0)