Fix Artifact Debugging
Some checks failed
Some checks failed
This commit is contained in:
parent
ff2b443005
commit
9599a2070d
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ jobs:
|
||||||
name: Debug Workflow
|
name: Debug Workflow
|
||||||
run: |
|
run: |
|
||||||
ls -lap ${{steps.download.outputs.download-path}}
|
ls -lap ${{steps.download.outputs.download-path}}
|
||||||
ls -lap ./bookworm-bot-linux-amd64
|
ls -lap ./artifacts
|
||||||
|
ls -lap ./artifacts/bookworm-bot-linux-amd64
|
||||||
pwd
|
pwd
|
||||||
-
|
-
|
||||||
name: Upload Artifacts As Generic Packages
|
name: Upload Artifacts As Generic Packages
|
||||||
|
|
Loading…
Reference in a new issue