Skip to content

Commit

Permalink
Fix balena binary path
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Apr 12, 2024
1 parent 3031cab commit f3e4fc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ runs:
with:
cli-version: latest
balena-token: ${{ fromJSON(inputs.secrets).BALENA_API_KEY }}
- name: Print balena CLI version
shell: bash
run: |
which balena
balena version
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }}
run: |
unzip "${{ runner.temp }}/balena-cli.zip" -d "${GITHUB_ACTION_PATH}"
echo "${GITHUB_ACTION_PATH}/balena-cli" >> $GITHUB_PATH
echo "${GITHUB_ACTION_PATH}/balena-cli" >> "${GITHUB_PATH}"
- name: Print balena CLI version
shell: bash
Expand Down

0 comments on commit f3e4fc3

Please sign in to comment.