Skip to content

Commit

Permalink
Fix chunk name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 25, 2024
1 parent 5b1d043 commit 57fd634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calculate-times.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
shell: bash
working-directory: 'data'
run: |
tile_path=year=${{ inputs.year }}/geography=state/state=${{ matrix.state }}
tile_path="year=${{ inputs.year }}/geography=state/state=${{ matrix.chunk }}"
ln ./intermediate/valhalla_tiles/"$tile_path"/valhalla_tiles.tar.zst ./build/
tar -xf ./build/valhalla_tiles.tar.zst -C ./build
rm -f ./build/valhalla_tiles.tar.zst
Expand Down

0 comments on commit 57fd634

Please sign in to comment.