From 28d8aaa38cfcdaea85972e2ae95bbb7bff1c263a Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Thu, 29 Aug 2024 14:41:37 +0200 Subject: [PATCH] fixup! Test .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9467f484..fbf7eaa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: name: Partiels-Manual path: | ${{ github.workspace }}/build/Manual - ${{ github.workspace }}/Partiels-Manual.md + ${{ github.workspace }}/build/Partiels-Manual.md - name: Release uses: softprops/action-gh-release@v2 if: ${{ env.is_tagged == 'true' }}