Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c349e9aa
Commit
c349e9aa
authored
Nov 18, 2020
by
neil
Browse files
fix set-env
parent
6ee38cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
c349e9aa
...
...
@@ -88,7 +88,7 @@ jobs:
shell
:
cmd
-
name
:
Set ENV
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
shell
:
cmd
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment