mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 08:07:34 +00:00
Fix artifact upload
This commit is contained in:
parent
bdc6b2bcbc
commit
eb77e84535
4
.github/workflows/scrape_page.yml
vendored
4
.github/workflows/scrape_page.yml
vendored
|
|
@ -34,5 +34,5 @@ jobs:
|
||||||
- name: Upload data to artifact
|
- name: Upload data to artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: transfer-page-${{ matrix.page }}
|
name: transfer-page-${{ inputs.page }}
|
||||||
path: transfer_scraper/transfer_${{ matrix.page }}.json
|
path: transfer_scraper/transfer_${{ inputs.page }}.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue