Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Jan 10, 2024
1 parent b1c3d42 commit 59e2593
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build and Run Genshin Stella Mod

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-and-run:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Setup MSBuild Path
uses: microsoft/[email protected]

- name: Restore NuGet Packages
run: msbuild -t:restore

- name: Build Solution
run: msbuild Genshin-Stella-Mod.sln -p:Configuration=Release -p:Platform="Any CPU"

- name: Run Genshin Stella Mod
run: .\Build\Release\Stella Mod Launcher.exe
4 changes: 3 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:

jobs:
triage:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v5

0 comments on commit 59e2593

Please sign in to comment.