From c69b4a784e69a495481df56f0020eaa938d90c8b Mon Sep 17 00:00:00 2001 From: iminet Date: Wed, 12 Aug 2026 22:35:42 +0200 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/hello.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 9111ac9..d4f9c01 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -13,13 +13,13 @@ jobs: dotnet-version: '10.0.x' - name: Dotnet info - - run: dotnet --info + run: dotnet --info - name: Dotnet restore - - run: dotnet restore + run: dotnet restore - name: Dotnet build - - run: dotnet build --configuration Release + run: dotnet build --configuration Release - name: Say hello run: echo "Hello from GitHub Actions!"