Skip to content

Commit

Permalink
ci: Fix path to current league file
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 6, 2022
1 parent 12f2128 commit 0ef06fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade poetry
poetry install
- name: Sync economy data
run: poetry run wraeblast sync_insights -s s3://${{ env.WRAEBLAST_BUCKET_DATA }}/$(cat .current-league).h5
run: poetry run wraeblast sync_insights -s s3://${{ env.WRAEBLAST_BUCKET_DATA }}/$(cat .current_league).h5
continue-on-error: true
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 0ef06fc

Please sign in to comment.