From 2aa2decebbe5beb10707f1637b7d576f47d16563 Mon Sep 17 00:00:00 2001 From: Arignir Date: Wed, 11 Sep 2024 19:57:54 +0200 Subject: [PATCH] WIP --- .github/workflows/accuracy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/accuracy.yml b/.github/workflows/accuracy.yml index 9bfb695..82b333e 100644 --- a/.github/workflows/accuracy.yml +++ b/.github/workflows/accuracy.yml @@ -85,6 +85,8 @@ jobs: - name: Check Accuracy run: | python3 ./accuracy/check.py --binary ./build/hades --roms ./roms/ + + ls -lRa . - name: Collect Screenshots uses: actions/upload-artifact@v4 if: always()