mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
fix log pattern
This commit is contained in:
parent
4f8d1c5c9d
commit
5dba8b493d
16
.github/workflows/DNS.yml
vendored
16
.github/workflows/DNS.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Docker-logs
|
name: Docker-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
../acmetest/logs
|
../acmetest/logs
|
||||||
|
|
||||||
|
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: MacOS-logs
|
name: MacOS-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Windows-logs
|
name: Windows-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
@ -252,7 +252,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: FreeBSD-logs
|
name: FreeBSD-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
Solaris:
|
Solaris:
|
||||||
@ -304,7 +304,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Solaris-logs
|
name: Solaris-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
OpenBSD:
|
OpenBSD:
|
||||||
@ -355,7 +355,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: OpenBSD-logs
|
name: OpenBSD-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
NetBSD:
|
NetBSD:
|
||||||
@ -407,7 +407,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: NetBSD-logs
|
name: NetBSD-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
DragonFlyBSD:
|
DragonFlyBSD:
|
||||||
@ -459,7 +459,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: DragonFlyBSD-logs
|
name: DragonFlyBSD-logs
|
||||||
path: |
|
path: |
|
||||||
../acmetest/*.log
|
../acmetest/**.log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user