From c0aed2fe1ee037e77b2aa56fd88abf9f5da2ba18 Mon Sep 17 00:00:00 2001 From: Kowal <133172565+Koooowal@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:06:04 +0100 Subject: [PATCH] Opis zmian zad4.44 --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 324e981..c5f78db 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: - uses: actions/download-artifact@v3 with: name: app.tar - - run: tar xf app.tar - + - run: chmod +x app/app - run: ./app/app \ No newline at end of file