mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-07 06:38:44 +00:00
Fix CLI cheatsheet artifact path
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user