Skip to content

Commit

Permalink
Update build and release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 2, 2023
1 parent 4247cf5 commit f7d105a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Build
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'

- name: Build project
shell: powershell
Expand Down

0 comments on commit f7d105a

Please sign in to comment.