Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 2, 2023
1 parent 0336e18 commit 4247cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: .NET Core
name: .NET Build

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

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'

- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down
2 changes: 2 additions & 0 deletions QQWrySln.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
LICENSE = LICENSE
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 4247cf5

Please sign in to comment.