We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd13ad commit 3f69c70Copy full SHA for 3f69c70
1 file changed
.github/workflows/ci.yml
@@ -311,10 +311,10 @@ jobs:
311
312
- name: Download built Homeboy binary
313
if: inputs.build-command != ''
314
- uses: actions/download-artifact@v4
315
- with:
316
- name: homeboy-binary
317
- path: .homeboy-bin
+ shell: bash
+ env:
+ GH_TOKEN: ${{ github.token }}
+ run: gh run download "${GITHUB_RUN_ID}" --name homeboy-binary --dir .homeboy-bin
318
319
- name: Resolve Homeboy binary path
320
id: binary-path
0 commit comments