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 cebd235 commit 91fa7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
upload_url: ${{ steps.add_windows_zip.outputs.upload_url }}
asset_path: ./kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksum.txt
asset_name: kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksum.txt
asset_path: ./kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksums.txt
asset_name: kaytu_${{ steps.set_new_tag.outputs.new_tag }}_checksums.txt
asset_content_type: text/plain
chocolatey-publish:
name: Release Kaytu choco
Expand Down

0 comments on commit 91fa7da

Please sign in to comment.