Update transfer.yml

This commit is contained in:
powe97 2024-03-05 19:05:41 -05:00 committed by GitHub
parent 52fdab6ce6
commit 10715c89e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ 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