Skip to content

Commit

Permalink
fix a typo in the filename: rstudio/tinytex#460
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jan 30, 2025
1 parent 9610c63 commit 6a57f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "TINYTEX_MD5SUM=$(md5sum TinyTeX-1.zip | cut -d' ' -f1)" >> $GITHUB_ENV
# rename files adding version
for f in TinyTeX*; do mv $f $(echo "$f" | sed "s/^TinyTeX[^.]*/&-${TINYTEX_RELEASE}/"); done
mv installer-unix.tar.gz install-unix-${TINYTEX_RELEASE}.tar.gz
mv installer-unix.tar.gz installer-unix-${TINYTEX_RELEASE}.tar.gz
- name: Update chocolatey package info
run: |
Expand Down

0 comments on commit 6a57f0f

Please sign in to comment.