Skip to content

Commit

Permalink
regression_test.sh: fix up unzip paths
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jan 9, 2025
1 parent 02b8018 commit 323cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

mkdir -p prev_release

OLD_FONT=prev_release/hinted/Roboto\[ital\,wdth\,wght\].ttf
OLD_FONT="prev_release/*/hinted/Roboto\[ital\,wdth\,wght\].ttf"
GENNED_FONT=fonts/hinted/Roboto\[ital\,wdth\,wght\].ttf

DL_URL=$(curl https://api.github.com/repositories/86081751/releases/latest | jq -r .assets[0].browser_download_url)
Expand Down

0 comments on commit 323cf72

Please sign in to comment.