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: