Skip to content

Commit

Permalink
feat: rework download logic with checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 17, 2024
1 parent c3ef922 commit 709ec9d
Show file tree
Hide file tree
Showing 8 changed files with 417 additions and 226 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: Generate checksums
run: |
for file in ./**/*; do
sha256sum "$file" > "${file}.sha256"
done
- name: Upload Release Assets
uses: softprops/action-gh-release@v2
with:
Expand Down
220 changes: 0 additions & 220 deletions lua/blink/cmp/fuzzy/download.lua

This file was deleted.

Loading

0 comments on commit 709ec9d

Please sign in to comment.