Skip to content

Commit

Permalink
Merge pull request #8 from Holo-Host/fix_release
Browse files Browse the repository at this point in the history
Need to add the github token
  • Loading branch information
r-vdp authored Jul 9, 2024
2 parents 5a007b2 + 0b3f7f7 commit 4e2363f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ jobs:
- name: prefetch release binaries
id: prefetch-binaries
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download ${{ needs.upload-binary.outputs.tag_name }}
tar -xzf holo-dev-server-x86_64-linux.tar.gz
Expand Down

0 comments on commit 4e2363f

Please sign in to comment.