Skip to content

Commit 2e54efc

Browse files
committed
Try specifying build-output in run.yml workflow.
1 parent 20cb84c commit 2e54efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Download artifact from Build workflow
1414
uses: actions/download-artifact@v4
15+
with:
16+
name: build-output
1517
- name: Run apt update
1618
run: sudo apt update
1719
- name: Install LibConfig

0 commit comments

Comments
 (0)