From 817b4bcb28fcf3009141fd61a1f07445888b4ca3 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 21 Jul 2024 22:12:14 +0200 Subject: [PATCH] Updated build file --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd969f0..e889675 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,13 +24,13 @@ jobs: dotnet-version: 8.0.x - name: Restore dependencies - run: dotnet restore HPPH + run: dotnet restore - name: Build - run: dotnet build HPPH --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }} + run: dotnet build --no-restore --configuration Release /p:Version=${{ github.event.inputs.version }} - name: Test - run: dotnet test HPPH --no-build --verbosity normal --configuration Release + run: dotnet test --no-build --verbosity normal --configuration Release - name: List files run: tree