From dc73ecce40e6a329d56fcdbac7f784a3392f322a Mon Sep 17 00:00:00 2001 From: Gabriel de Oliveira Silva <101849773+GabrielOlisil@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:32:17 -0400 Subject: [PATCH] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 66324300..400cf8ec 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -31,7 +31,7 @@ jobs: uses: actions/upload-artifact@v4.0.0 with: name: allure-results - path: .\projeto-gerar-horario\bin\Debug\net8.0\allure-results + path: .\projeto-gerar-horario\bin\Debug\net8.0\ if-no-files-found: error retention-days: 20 @@ -49,7 +49,7 @@ jobs: uses: actions/download-artifact@v4.1.0 with: name: allure-results - path: .\projeto-gerar-horario\bin\Debug\net8.0\allure-results + path: .\projeto-gerar-horario\bin\Debug\net8.0\ - name: Get Allure history (optional) uses: actions/checkout@v4.1.1