We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067760d commit cee1301Copy full SHA for cee1301
.github/workflows/main.yml
@@ -8,19 +8,19 @@ jobs:
8
runs-on: windows-latest
9
10
steps:
11
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
12
- name: Setup Nuget.exe
13
uses: NuGet/[email protected]
14
- name: Setup MSBuild.exe
15
- uses: microsoft/setup-msbuild@v1
+ uses: microsoft/setup-msbuild@v2
16
- name: Restore
17
working-directory: .
18
run: nuget restore
19
- name: MSBuild
20
21
run: msbuild /t:Build /p:Configuration=Release BepInEx.Debug.sln
22
- name: Upload artifact
23
- uses: actions/upload-artifact@v1.0.0
+ uses: actions/upload-artifact@v4
24
with:
25
name: BepInEx.Debug
26
path: bin
0 commit comments