Skip to content

Commit

Permalink
Update BuildProgram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora authored Aug 29, 2024
1 parent 85d090e commit da8e5bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildProgram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
fetch-depth: 0
ref: ${{ env.Branch }}
submodules: recursive
- name: Setup .NET5
uses: actions/setup-dotnet@v1
- name: Setup .NET7
uses: actions/setup-dotnet@v1.5.0
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: get-version-action
id: project-version
uses: euberdeveloper/ga-project-version@main
Expand Down

0 comments on commit da8e5bc

Please sign in to comment.