Try specifying build-output in run.yml workflow.
This commit is contained in:
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Download artifact from Build workflow
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build-output
|
||||
- name: Run apt update
|
||||
run: sudo apt update
|
||||
- name: Install LibConfig
|
||||
|
||||
Reference in New Issue
Block a user