From bcb3b249b6790399cf3f877b6efc9d9fcce1731d Mon Sep 17 00:00:00 2001 From: Yehor Dreval Date: Fri, 1 Dec 2023 11:18:19 +0100 Subject: [PATCH] upd.yml --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b66aeb4..b6b5db1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: "6.0.x" - run: dotnet restore - run: dotnet build - run: dotnet test @@ -21,7 +21,7 @@ jobs: test: steps: - uses: actions/download-artifact@v3 - with: - name: app.tar - - run: tar xf app.tar/app.tar - - run: ./app/app \ No newline at end of file + with: + name: app.tar + - run: tar xf app.tar/app.tar + - run: ./app/app