From b909c22f2d5b5c90a7bd314f877b4455525060d7 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:24:48 -0300 Subject: [PATCH] Fixed oft.yaml --- .github/workflows/oft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oft.yaml b/.github/workflows/oft.yaml index a708f974..7f9e60e2 100644 --- a/.github/workflows/oft.yaml +++ b/.github/workflows/oft.yaml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v4 - name: Run HTML Report run: | - bash .github/workflow/scripts/run_oft.sh ./exaudfclient base -o html -f ./oft_report.html || echo failed + bash .github/workflows/scripts/run_oft.sh ./exaudfclient base -o html -f ./oft_report.html || echo failed - name: Run Plaintext Report run: | - bash .github/workflow/scripts/run_oft.sh ./exaudfclient base + bash .github/workflows/scripts/run_oft.sh ./exaudfclient base - uses: actions/upload-artifact@v4 if: always() with: