Skip to content

Commit 27c1858

Browse files
authored
Merge pull request #125 from kaytu-io/hotfix-windows-checksum
fix: Fixes checksum
2 parents 23659e0 + b5ae102 commit 27c1858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ jobs:
209209
curl --request DELETE \
210210
--url https://api.github.com/repos/kaytu-io/kaytu/releases/assets/$windowszip \
211211
--header 'authorization: Bearer ${{ secrets.GH_TOKEN }}'
212+
windowschecksum=$(echo $assets | jq '.[] | select(.name=="kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksums.txt") | .id')
213+
curl --request DELETE \
214+
--url https://api.github.com/repos/kaytu-io/kaytu/releases/assets/$windowschecksum \
215+
--header 'authorization: Bearer ${{ secrets.GH_TOKEN }}'
212216
213217
- name: Upload Release Asset amd64 zip
214218
id: upload-release-asset-amd64-zip

0 commit comments

Comments
 (0)