Skip to content

Commit 1983757

Browse files
committed
Install dotnet LTS for --allow-downgrade switch
1 parent dbd2da0 commit 1983757

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,10 @@ jobs:
124124
name: pkg
125125
path: bin
126126

127-
- name: ⚙ dotnet
127+
- name: dotnet
128128
uses: actions/setup-dotnet@v4
129129
with:
130-
dotnet-version: |
131-
8.x
132-
9.x
130+
dotnet-version: '8.0.x'
133131

134132
- name: 🚀 sleet
135133
env:

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ jobs:
108108
name: pkg
109109
path: bin
110110

111+
- name: ⚙️ dotnet
112+
uses: actions/setup-dotnet@v4
113+
with:
114+
dotnet-version: '8.0.x'
115+
111116
- name: 🚀 sleet
112117
env:
113118
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}

0 commit comments

Comments
 (0)