mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 15:48:43 +00:00
Merge pull request #43 from PR0M3TH3AN/codex/locate-and-update-upload-artifact-step
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