Merge pull request #43 from PR0M3TH3AN/codex/locate-and-update-upload-artifact-step

Fix CLI cheatsheet artifact path
This commit is contained in:
thePR0M3TH3AN
2025-05-21 15:27:27 -04:00
committed by GitHub

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