From ccd5fae965ae7544a5c48bbe00262cdaaaaf6f08 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Tue, 7 Jul 2026 23:01:58 -0500 Subject: [PATCH] Add list step to see if files persist, and show potential path issues --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fbb54c6..1d476a5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: registry: gitea.loadingm.xyz username: "the10thwiz" password: ${{ secrets.PACKAGE_TOKEN }} + - run: ls .; ls ./target; ls ./target/x86_64-unknown-linux-musl; ls ./target/x86_64-unknown-linux-musl/release/ - name: Build and push uses: docker/build-push-action@v6 with: