Update GitHub Actions workflow

This commit is contained in:
iminet
2026-08-12 22:01:27 +02:00
parent 0006adbe7c
commit fafa662263
+3
View File
@@ -12,10 +12,13 @@ jobs:
with:
dotnet-version: '10.0.x'
- name: Dotnet info
- run: dotnet --info
- name: Dotnet restore
- run: dotnet restore
- name: Dotnet build
- run: dotnet build --configuration Release
- name: Say hello