Skip to content

Commit

Permalink
Ask tar to decompress gz
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Apr 22, 2024
1 parent 62d1eb2 commit e3dd020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mkdir bin
cd bin
curl https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz |
tar x
tar zx
pwd >> "$GITHUB_PATH"
- name: Run kubeval
Expand Down

0 comments on commit e3dd020

Please sign in to comment.