Skip to content

Commit

Permalink
Actually fix downlaods?
Browse files Browse the repository at this point in the history
  • Loading branch information
EbbDrop committed Dec 7, 2024
1 parent e154d20 commit 820ab65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
ADVENT_OF_CODE_SESSION: ${{ secrets.AOC_SESSION }}
run: |
mkdir -p inputs
mkdir -p inputs/2024
mkdir -p input
mkdir -p input/2024
for i in {1..25}; do
aoc download -I -i input/2024/day$i.txt --year 2024 -d $i || true
done
Expand Down

0 comments on commit 820ab65

Please sign in to comment.