File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Build and Run Genshin Stella Mod
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ pull_request :
7
+ branches : [ main ]
8
+
9
+ jobs :
10
+ build-and-run :
11
+ runs-on : windows-latest
12
+
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+
16
+ - name : Setup MSBuild Path
17
+
18
+
19
+ - name : Restore NuGet Packages
20
+ run : msbuild -t:restore
21
+
22
+ - name : Build Solution
23
+ run : msbuild Genshin-Stella-Mod.sln -p:Configuration=Release -p:Platform="Any CPU"
24
+
25
+ - name : Run Genshin Stella Mod
26
+ run : .\Build\Release\Stella Mod Launcher.exe
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
triage :
8
+ runs-on : ubuntu-latest
9
+
8
10
permissions :
9
11
contents : read
10
12
pull-requests : write
11
- runs-on : ubuntu-latest
13
+
12
14
steps :
13
15
- uses : actions/labeler@v5
You can’t perform that action at this time.
0 commit comments