Skip to content

Commit

Permalink
replaces deprecated add-path command with new environment file method
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallford committed Dec 11, 2020
1 parent 9d2225b commit ea9c52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
wget -q https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv"$KUSTOMIZE_VERSION"/kustomize_v"$KUSTOMIZE_VERSION"_linux_amd64.tar.gz
mkdir kustomize
tar xzf kustomize_v"$KUSTOMIZE_VERSION"_linux_amd64.tar.gz -C kustomize
echo "::add-path::$PWD/kustomize"
echo "$PWD/kustomize" >> $GITHUB_PATH
- name: build kubectl-install
run: make kubectl-install-build
- name: create release
Expand Down

0 comments on commit ea9c52b

Please sign in to comment.