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