Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ab8df825
Commit
ab8df825
authored
Aug 11, 2022
by
neil
Browse files
fix log name
parent
8ba9c4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
ab8df825
...
@@ -135,7 +135,8 @@ jobs:
...
@@ -135,7 +135,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
MacOS-logs
name
:
MacOS-logs
path
:
logs
path
:
|
*.log
...
@@ -198,7 +199,8 @@ jobs:
...
@@ -198,7 +199,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
Windows-logs
name
:
Windows-logs
path
:
logs
path
:
|
*.log
FreeBSD
:
FreeBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
...
@@ -247,7 +249,8 @@ jobs:
...
@@ -247,7 +249,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
FreeBSD-logs
name
:
FreeBSD-logs
path
:
logs
path
:
|
*.log
Solaris
:
Solaris
:
...
@@ -298,7 +301,8 @@ jobs:
...
@@ -298,7 +301,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
Solaris-logs
name
:
Solaris-logs
path
:
logs
path
:
|
*.log
OpenBSD
:
OpenBSD
:
...
@@ -348,7 +352,8 @@ jobs:
...
@@ -348,7 +352,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
OpenBSD-logs
name
:
OpenBSD-logs
path
:
logs
path
:
|
*.log
NetBSD
:
NetBSD
:
...
@@ -399,7 +404,8 @@ jobs:
...
@@ -399,7 +404,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
NetBSD-logs
name
:
NetBSD-logs
path
:
logs
path
:
|
*.log
DragonFlyBSD
:
DragonFlyBSD
:
...
@@ -450,7 +456,8 @@ jobs:
...
@@ -450,7 +456,8 @@ jobs:
if
:
failure()
if
:
failure()
with
:
with
:
name
:
DragonFlyBSD-logs
name
:
DragonFlyBSD-logs
path
:
logs
path
:
|
*.log
...
...
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