Skip to content

Commit 6a57f0f

Browse files
committed
fix a typo in the filename: rstudio/tinytex#460
1 parent 9610c63 commit 6a57f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "TINYTEX_MD5SUM=$(md5sum TinyTeX-1.zip | cut -d' ' -f1)" >> $GITHUB_ENV
7373
# rename files adding version
7474
for f in TinyTeX*; do mv $f $(echo "$f" | sed "s/^TinyTeX[^.]*/&-${TINYTEX_RELEASE}/"); done
75-
mv installer-unix.tar.gz install-unix-${TINYTEX_RELEASE}.tar.gz
75+
mv installer-unix.tar.gz installer-unix-${TINYTEX_RELEASE}.tar.gz
7676
7777
- name: Update chocolatey package info
7878
run: |

0 commit comments

Comments
 (0)