Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy committed Jul 10, 2024
1 parent 1f288d0 commit e1acf4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
run: |
pwd
mkdir -p "${TARGET}"
curl -sL https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz --output - | tar -xvz "${BINARY}"
mv ${BINARY} "${TARGET}/yq"
curl -sL https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz --output - | tar -xvz
mv ${BINARY} yq
ls -la
ls -la ${TARGET}
working-directory: ${{ env.RUNNER_TEMP }}
working-directory: /home/runner/.local/bin

- name: Get chart version
id: release
Expand Down

0 comments on commit e1acf4c

Please sign in to comment.