mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-15 19:42:44 +00:00
Merge branch 'main' of https://github.com/quatalog/quatalog
This commit is contained in:
commit
95e8238786
4
.github/workflows/transfer.yml
vendored
4
.github/workflows/transfer.yml
vendored
|
@ -42,11 +42,11 @@ jobs:
|
|||
- name: Run scraper
|
||||
working-directory: transfer_scraper
|
||||
run: |
|
||||
python3 main.py ${{ matrix.page }} transfer.json
|
||||
python3 main.py ${{ matrix.page }} transfer_${{ matrix.page }}.json
|
||||
|
||||
- name: Upload data to artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: transfer-page-${{ matrix.page }}
|
||||
path: transfer_scraper/transfer.json
|
||||
path: transfer_scraper/transfer_${{ matrix.page }}.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue