Skip to content

Commit cdeecc2

Browse files
committed
Ensure .NET9 SDK for --allow-downgrade switch on ubuntu
1 parent 59aaf43 commit cdeecc2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
name: logs
8080
path: '*.binlog'
8181

82+
- name: ⚙ dotnet
83+
uses: actions/setup-dotnet@v4
84+
with:
85+
dotnet-version: 9.x
86+
8287
- name: 🚀 sleet
8388
env:
8489
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
working-directory: bin
4949
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
5050

51+
- name: ⚙ dotnet
52+
uses: actions/setup-dotnet@v4
53+
with:
54+
dotnet-version: 9.x
55+
5156
- name: 🚀 sleet
5257
env:
5358
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}

0 commit comments

Comments
 (0)