From aca3b6a3c4b520834e8a96940bb680707810e443 Mon Sep 17 00:00:00 2001 From: Matthias Melcher <github@matthiasm.com> Date: Sun, 14 Apr 2024 18:51:20 +0200 Subject: [PATCH] Artifact --- .github/workflows/build_fluid_docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_fluid_docs.yml b/.github/workflows/build_fluid_docs.yml index a0f590eec4..1f004702d5 100644 --- a/.github/workflows/build_fluid_docs.yml +++ b/.github/workflows/build_fluid_docs.yml @@ -75,13 +75,13 @@ jobs: export DISPLAY=:19 cmake --build . --config Debug --target fluid_docs cmake --build . --config Debug --target fluid_pdf - - name: Store pdf as an Artefact - uses: actions/upload-artifact@v4 - with: - name: fluid-pdf - path: build/fluid/documentation/fluid.pdf - retention-days: 3 - overwrite: true + - name: Store pdf as an artifact + uses: actions/upload-artifact@v4 + with: + name: fluid-pdf + path: build/fluid/documentation/fluid.pdf + retention-days: 3 + overwrite: true # path: ${{github.workspace}}/build/fluid/documentation/fluid.pdf