Skip to content

Commit

Permalink
Revert "Add kctrl binaries to release artifacts" (#563)
Browse files Browse the repository at this point in the history
This reverts commit 822a584.
  • Loading branch information
joe-kimmel-vmw authored Mar 8, 2022
1 parent 615832e commit 20e4cf6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,14 @@ jobs:
run: |
set -e -x
./hack/build-release.sh
cd cli
./hack/build-binaries.sh
shasum -a 256 kctrl-* | tee -a ./tmp/checksums.txt
- name: Create release draft and upload release yaml
uses: softprops/action-gh-release@17cd0d34deddf848fc0e7d9be5202c148c270a0a
with:
name: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
body_path: ./tmp/checksums.txt
files: |
./cli/kctrl-*
./tmp/release.yml
files: ./tmp/release.yml
draft: true
prerelease: true

Expand Down Expand Up @@ -91,12 +86,7 @@ jobs:
}
}
console.log(checksums)
return `${checksums['release.yml']} ./tmp/release.yml
${checksums['kctrl-darwin-amd64']} kctrl-darwin-amd64
${checksums['kctrl-darwin-arm64']} kctrl-darwin-arm64
${checksums['kctrl-linux-amd64']} kctrl-linux-amd64
${checksums['kctrl-linux-arm64']} kctrl-linux-arm64
${checksums['kctrl-windows-amd64.exe']} kctrl-windows-amd64.exe`
return `${checksums['release.yml']} ./tmp/release.yml`
- name: Verify uploaded artifacts
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 20e4cf6

Please sign in to comment.