Skip to content

Commit

Permalink
fix: Fixes checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
salehkhazaei committed May 16, 2024
1 parent 91fa7da commit b5ae102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ jobs:
curl --request DELETE \
--url https://api.github.com/repos/kaytu-io/kaytu/releases/assets/$windowszip \
--header 'authorization: Bearer ${{ secrets.GH_TOKEN }}'
windowschecksum=$(echo $assets | jq '.[] | select(.name=="kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksums.txt") | .id')
curl --request DELETE \
--url https://api.github.com/repos/kaytu-io/kaytu/releases/assets/$windowschecksum \
--header 'authorization: Bearer ${{ secrets.GH_TOKEN }}'
- name: Upload Release Asset amd64 zip
id: upload-release-asset-amd64-zip
Expand Down

0 comments on commit b5ae102

Please sign in to comment.