From ad947c06c0cadcb38e0cf0ed5d279ee88b41de81 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 21 May 2025 15:25:32 -0400 Subject: [PATCH] Fix CLI cheatsheet artifact path --- .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 f729a4d..1e27ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: marlin-cli-cheatsheet - path: cli-bin/docs/cli_cheatsheet.md + path: ${{ github.workspace }}/docs/cli_cheatsheet.md if-no-files-found: warn retention-days: 7