added "./" at the beginning of output in workflows
except why2-project
This commit is contained in:
parent
34a387f032
commit
321580f796
2
.github/workflows/why2-core-test.yml
vendored
2
.github/workflows/why2-core-test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: out/why2-core-test
|
output: ./out/why2-core-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: out/why2-logger-test
|
output: ./out/why2-logger-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user