We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aaf43 commit cdeecc2Copy full SHA for cdeecc2
.github/workflows/build.yml
@@ -79,6 +79,11 @@ jobs:
79
name: logs
80
path: '*.binlog'
81
82
+ - name: ⚙ dotnet
83
+ uses: actions/setup-dotnet@v4
84
+ with:
85
+ dotnet-version: 9.x
86
+
87
- name: 🚀 sleet
88
env:
89
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}
.github/workflows/publish.yml
@@ -48,6 +48,11 @@ jobs:
48
working-directory: bin
49
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
50
51
52
53
54
55
56
57
58
0 commit comments