There was an error while loading. Please reload this page.
oro-qemu
1 parent f7aab5a commit b8b95c9Copy full SHA for b8b95c9
2 files changed
.github/actions/oro-qemu/action.yml
@@ -119,3 +119,7 @@ runs:
119
name: ${{ inputs.artifact-name }}
120
path: ${{ steps.paths.outputs.build-dir }}/qemu-system-*
121
if-no-files-found: error
122
+
123
+ - name: Add build dir to PATH
124
+ shell: bash
125
+ run: echo "${{ steps.paths.outputs.build-dir }}" >> "$GITHUB_PATH"
.github/workflows/push.yml
@@ -77,6 +77,7 @@ jobs:
77
with:
78
submodules: 'true'
79
- uses: ./.github/actions/deps
80
+ - uses: ./.github/actions/oro-qemu
81
# Get the artifacts from build-artifacts
82
- uses: actions/download-artifact@v4
83
0 commit comments