From eb77e845351d0c52f48365ffdd48d407d1a0718a Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:23:23 -0400 Subject: [PATCH] Fix artifact upload --- .github/workflows/scrape_page.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scrape_page.yml b/.github/workflows/scrape_page.yml index 3c248b1..3788ea6 100644 --- a/.github/workflows/scrape_page.yml +++ b/.github/workflows/scrape_page.yml @@ -34,5 +34,5 @@ jobs: - name: Upload data to artifact uses: actions/upload-artifact@v4 with: - name: transfer-page-${{ matrix.page }} - path: transfer_scraper/transfer_${{ matrix.page }}.json + name: transfer-page-${{ inputs.page }} + path: transfer_scraper/transfer_${{ inputs.page }}.json