Try specifying build-output in run.yml workflow.

This commit is contained in:
Christian Deacon
2025-03-28 13:33:10 -04:00
parent 20cb84cd06
commit 2e54efc30d

View File

@@ -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