fix set-env

This commit is contained in:
neil 2020-11-18 21:19:10 +08:00
parent 6ee38ceaba
commit c349e9aabe
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
shell: cmd shell: cmd
- name: Set ENV - name: Set ENV
run: | run: |
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin' echo "PATH=C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin" >> $GITHUB_ENV
- name: Clone acmetest - name: Clone acmetest
shell: cmd shell: cmd
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/