From e0d6fada0e59e65c7d94eef5c7f5f776cead180d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kozie=C5=82?= Date: Thu, 20 Nov 2025 17:11:39 +0200 Subject: [PATCH] change ci yaml file for ex 4 fix 3 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77c79f7..bb2f874 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v3a with: dotnet-version: '8.0.x' - run: dotnet restore @@ -26,6 +26,6 @@ jobs: with: name: app.tar path: . - - run: tar xf app.tar/app.tar + - run: tar xf app/app.tar - run: chmod +x ./app/app - run: ./app/app \ No newline at end of file