added "./" at the beginning of output in workflows

except why2-project
This commit is contained in:
Václav Šmejkal 2023-02-08 10:34:50 +01:00
parent 34a387f032
commit 321580f796
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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