diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2020-11-25 09:13:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2020-11-25 09:13:55 (GMT) |
commit | cada5eb9bd3970ea301a1f4f00c0dd541e7c9015 (patch) | |
tree | 9afeffd41deeb86b84607456a80315cf8a972437 | |
parent | fc553a3ea1d03db6f403d77152f27239bc8cd422 (diff) | |
download | tcl-cada5eb9bd3970ea301a1f4f00c0dd541e7c9015.zip tcl-cada5eb9bd3970ea301a1f4f00c0dd541e7c9015.tar.gz tcl-cada5eb9bd3970ea301a1f4f00c0dd541e7c9015.tar.bz2 |
Name of target is different
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 1c0b72f..55cda01 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -88,7 +88,7 @@ jobs: run: ./configure --disable-symbols --disable-shared --enable-zipfs - name: Build run: | - make tclsh tclzipfile + make binaries libraries tclzipfile sed -n '/^VERSION /{s/.*= /TCL_VER=/;p;q;}' < Makefile >> $GITHUB_ENV echo "TCL_ZIP=`pwd`/`echo libtcl*.zip`" >> $GITHUB_ENV - name: Package |