mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-05 10:05:30 +00:00
Use correct net framework.
This commit is contained in:
parent
e2df69526d
commit
dfc2dd5477
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
dotnet-version: "9.0.x"
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore AutoTrackR2.sln
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Copy build output
|
||||
run: |
|
||||
Copy-Item "AutoTrackR2\bin\Release\net6.0-windows\*" "artifacts\"
|
||||
Copy-Item "AutoTrackR2\bin\Release\net9.0-windows\*" "artifacts\"
|
||||
Copy-Item "AutoTrackR2_Setup\bin\Release\*" "artifacts\"
|
||||
|
||||
- name: Upload artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue