From ae6191683e0eb7fcb3e3acc91ddcd98b666e9fd4 Mon Sep 17 00:00:00 2001 From: 97634 Date: Fri, 22 Nov 2024 10:39:44 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .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 1a1297d..4452e0a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: test: steps: - uses: actions/download-artifact@v3 - with: - name: app.tar + with: + name: app.tar - run: tar xf app.tar/app.tar - run: ./app/app