From c469e62d63fb98141cb24932e9a97957b941142f Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 16 Nov 2023 14:34:25 +1300 Subject: [PATCH] no spaces --- .github/workflows/ubuntodotnet.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index df144a1..78aeb00 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -58,14 +58,7 @@ jobs: - name: Build run: dotnet build --no-restore - - - name: ls - run: ls -a - - - - - + - name: run run: dotnet run --project ConsoleAppSVS-test/ConsoleAppSVS-test.csproj @@ -97,3 +90,6 @@ jobs: - name: Override page_url id: change-page-url run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT + + - name: ls + run: ls -a \ No newline at end of file