From a26d2e00cb65bd06760dee0dbc379e11beac5cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kozie=C5=82?= Date: Thu, 20 Nov 2025 16:54:26 +0200 Subject: [PATCH] change ci yaml file for ex cyvbnj --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f30097a..293ede4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,8 +19,9 @@ jobs: name: app.tar path: app.tar test: - runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 with: - name: app.tar \ No newline at end of file + name: app.tar + - run: tar xf app.tar/app.tar + - run: ./app/app \ No newline at end of file