From fafa662263fc084a9d8b23af2f5f6a84af534610 Mon Sep 17 00:00:00 2001 From: iminet Date: Wed, 12 Aug 2026 22:01:27 +0200 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/hello.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index b277f7b..9111ac9 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -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