From 172174d9e3989514b7f71a243977485f19a2f23e Mon Sep 17 00:00:00 2001 From: real-zony Date: Wed, 21 Sep 2022 23:00:29 +0800 Subject: [PATCH] ci: debug github actions. --- .github/workflows/dotnet.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a890817..83a8f5e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -8,11 +8,10 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + - name: Checkout Code + uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v2 with: @@ -21,5 +20,5 @@ jobs: run: dotnet restore - name: Build run: dotnet build --no-restore -# - name: Test -# run: dotnet test --no-build --verbosity normal + - name: Release + run: ls -a \ No newline at end of file