From 289de31128ba32574499e173b127a23281abaede Mon Sep 17 00:00:00 2001 From: abdoulbari zakir <32519851+a-zakir@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:37:32 +0100 Subject: [PATCH] Update .github/workflows/build-userguide.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Florian Omnès <26088210+flomnes@users.noreply.github.com> --- .github/workflows/build-userguide.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-userguide.yml b/.github/workflows/build-userguide.yml index f7bb41e601..fdd474a9c2 100644 --- a/.github/workflows/build-userguide.yml +++ b/.github/workflows/build-userguide.yml @@ -64,5 +64,5 @@ jobs: GITHUB_TOKEN: ${{ github.token }} tag: ${{ github.event.inputs.release_tag }} run: | - gh release upload "$tag" ${{ env.PDF_PATH_ASSET }} + gh release upload "$tag" ${{ env.PDF_PATH }}