We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610c63 commit 6a57f0fCopy full SHA for 6a57f0f
.github/workflows/monthly-release.yaml
@@ -72,7 +72,7 @@ jobs:
72
echo "TINYTEX_MD5SUM=$(md5sum TinyTeX-1.zip | cut -d' ' -f1)" >> $GITHUB_ENV
73
# rename files adding version
74
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
+ mv installer-unix.tar.gz installer-unix-${TINYTEX_RELEASE}.tar.gz
76
77
- name: Update chocolatey package info
78
run: |
0 commit comments