From eb1cefe72e875ec19062d959ce8facf3070169e8 Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 14 Feb 2026 21:19:16 +0100 Subject: [PATCH] ci: list files --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f4e002e..2152d7c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,6 +15,8 @@ jobs: build: runs-on: linux steps: + - name: List files + run: ls -alh - name: Build tarball run: make tarball - name: Build rpm package