Update GitHub Actions workflow

This commit is contained in:
iminet
2026-08-12 21:58:00 +02:00
parent a1cee2b8d3
commit 0006adbe7c
+10
View File
@@ -8,6 +8,16 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- run: dotnet --info
- run: dotnet restore
- run: dotnet build --configuration Release
- name: Say hello - name: Say hello
run: echo "Hello from GitHub Actions!" run: echo "Hello from GitHub Actions!"