From d6039d112f12a5c9404f867b91109e199a14cc61 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Sat, 28 Jun 2025 00:13:19 +0200 Subject: [PATCH] fix --- .gitea/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/static.yml b/.gitea/workflows/static.yml index 52dd4b7..d55a403 100644 --- a/.gitea/workflows/static.yml +++ b/.gitea/workflows/static.yml @@ -31,8 +31,8 @@ jobs: with: name: 'TeleSec-dist' path: _artifact - - name: "Zip app" - run: "zip build.py" + - name: "List _artifact" + run: "ls -la _artifact" - name: Upload as release uses: https://gitea.com/actions/release-action@main with: