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