Skip to content

Commit

Permalink
Version needs to be retrieved before testing script installation
Browse files Browse the repository at this point in the history
This was because when testing the script we in fact install the latest already publish release, not the current one we build.
  • Loading branch information
cderv committed Mar 14, 2024
1 parent dc331c6 commit d175455
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,20 +175,20 @@ jobs:
echo "tlmgr install $(cat pkgs-custom.txt | tr '\n' ' ')" >> install.sh
tar zcf ../installer-unix.tar.gz install-tl-unx.tar.gz tinytex.profile install.sh
- name: Test Installation script
env:
TINYTEX_INSTALLER: TinyTeX-0
run: ./tools/install-bin-unix.sh

- run: ls -lisa

- name: Get Version information for daily build
id: tlmgr-version
run: |
echo "TLMGR_VERSION<<EOFTLMGR" >> $GITHUB_OUTPUT
~/bin/tlmgr version | sed -n '1p;3p' >> $GITHUB_OUTPUT
echo "EOFTLMGR" >> $GITHUB_OUTPUT
- name: Test Installation script
env:
TINYTEX_INSTALLER: TinyTeX-0
run: ./tools/install-bin-unix.sh

- run: ls -lisa

- name: Upload bundles
# this specific action is used at some issues have been observe with gh while uploading assets
# This allows to not fail the workflow on upload, but retry a few time
Expand Down

0 comments on commit d175455

Please sign in to comment.