Skip to content

Commit 3326f57

Browse files
committed
ci: fix publish build err
1 parent 19f900a commit 3326f57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Setup NuGet
22+
uses: nuget/setup-nuget@v2
23+
with:
24+
nuget-version: latest
25+
26+
- name: Restore NuGet Packages
27+
run: nuget restore "Plain Craft Launcher 2.sln"
28+
2129
- name: Set Describe
2230
shell: bash
2331
run: |

0 commit comments

Comments
 (0)