Skip to content

Commit

Permalink
try forcing 8.0.0 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Jan 11, 2024
1 parent 8fcf8fb commit d908c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.0
- name: Mutate Run Number
run: |
$num = (997+$($Env:GITHUB_RUN_NUMBER))
Expand All @@ -27,14 +27,14 @@ jobs:
run: dotnet publish --configuration ReleasePublish -r win-x64 -o dist/Release --self-contained true
# --self-contained for https://github.com/dotnet/sdk/issues/29642
- name: Upload Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: toolchain-release
path: dist/Release
- name: Build Debug
run: dotnet publish --configuration DebugPublish -r win-x64 -o dist/Debug --self-contained true
- name: Upload Debug
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: toolchain-debug
path: dist/Debug

0 comments on commit d908c6d

Please sign in to comment.