Add list step to see if files persist, and show potential path issues
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 6m12s

This commit is contained in:
2026-07-07 23:01:58 -05:00
parent 3e3215b25f
commit ccd5fae965

View File

@@ -29,6 +29,7 @@ jobs:
registry: gitea.loadingm.xyz registry: gitea.loadingm.xyz
username: "the10thwiz" username: "the10thwiz"
password: ${{ secrets.PACKAGE_TOKEN }} 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 - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: