Fix CLI cheatsheet artifact path

This commit is contained in:
thePR0M3TH3AN
2025-05-21 15:25:32 -04:00
parent d57131059b
commit ad947c06c0

View File

@@ -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