diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-26 09:01:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-26 09:01:06 (GMT) |
commit | 434b29a6e98f9fe1000d27e554aca83533494b54 (patch) | |
tree | 82b3c3bd344aecb8848c581519fe4119cf22caff | |
parent | 81728deb9467f0558a60e204c44d9bea0c65b184 (diff) | |
download | tk-434b29a6e98f9fe1000d27e554aca83533494b54.zip tk-434b29a6e98f9fe1000d27e554aca83533494b54.tar.gz tk-434b29a6e98f9fe1000d27e554aca83533494b54.tar.bz2 |
Use powershell to set GITHUB_ENV: Need Windows file path here
-rw-r--r-- | .github/workflows/win-build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 77a5e80..504037d 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -23,7 +23,6 @@ jobs: path: tcl - name: Make Install Location working-directory: tcl - shell: bash run: | echo "TCLDIR=`pwd`" >> $GITHUB_ENV cd .. |