Update GitHub Actions workflow

This commit is contained in:
iminet
2026-08-12 22:35:42 +02:00
parent fafa662263
commit c69b4a784e
+3 -3
View File
@@ -13,13 +13,13 @@ jobs:
dotnet-version: '10.0.x' dotnet-version: '10.0.x'
- name: Dotnet info - name: Dotnet info
- run: dotnet --info run: dotnet --info
- name: Dotnet restore - name: Dotnet restore
- run: dotnet restore run: dotnet restore
- name: Dotnet build - name: Dotnet build
- run: dotnet build --configuration Release run: dotnet build --configuration Release
- name: Say hello - name: Say hello
run: echo "Hello from GitHub Actions!" run: echo "Hello from GitHub Actions!"