Skip to content

Commit

Permalink
fix: ci download sha256 file
Browse files Browse the repository at this point in the history
Signed-off-by: hantmac <[email protected]>
  • Loading branch information
hantmac committed Nov 6, 2024
1 parent 93a0cef commit b06d496
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,15 @@ jobs:
- name: Get release
id: get_release
uses: bruceadams/[email protected]
- name: Download sha256sums
- name: Download artifacts
uses: actions/[email protected]
with:
name: 'sha256sums-*'
pattern: sha256sums-*
merge-multiple: true
path: sha256sums
- shell: bash
run: |
cd sha256sums
for file in */*.txt
do
cat ${file} >> ../sha256sums.txt
done
cat sha256sums/*.txt > sha256sums.txt
- name: Upload Checksums
uses: actions/[email protected]
with:
Expand All @@ -115,4 +112,4 @@ jobs:
asset_name: sha256sums-${{ steps.get_release.outputs.tag_name }}.txt
asset_content_type: text/plain
- name: Update kubectl plugin version in krew-index
uses: rajatjindal/[email protected]
uses: rajatjindal/[email protected]

0 comments on commit b06d496

Please sign in to comment.