mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-16 03:52:55 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue