From f82b5f6f50e2afcbb5760374f2dc50d262359038 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Thu, 9 Feb 2023 22:14:12 -0500 Subject: [PATCH] Update scraper.yml --- .github/workflows/scraper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 1cd164a..aacb502 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -43,7 +43,7 @@ jobs: - name: List files run: | - ls -lsa quatalog-data + ls -lsaR . - name: Upload data to artifact uses: actions/upload-artifact@v3