We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd2da0 commit 1983757Copy full SHA for 1983757
.github/workflows/build.yml
@@ -124,12 +124,10 @@ jobs:
124
name: pkg
125
path: bin
126
127
- - name: ⚙ dotnet
+ - name: ⚙️ dotnet
128
uses: actions/setup-dotnet@v4
129
with:
130
- dotnet-version: |
131
- 8.x
132
- 9.x
+ dotnet-version: '8.0.x'
133
134
- name: 🚀 sleet
135
env:
.github/workflows/publish.yml
@@ -108,6 +108,11 @@ jobs:
108
109
110
111
112
+ uses: actions/setup-dotnet@v4
113
+ with:
114
115
+
116
117
118
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}
0 commit comments