mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08: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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: marlin-cli-cheatsheet
|
name: marlin-cli-cheatsheet
|
||||||
path: cli-bin/docs/cli_cheatsheet.md
|
path: ${{ github.workspace }}/docs/cli_cheatsheet.md
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user