Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
Signed-off-by: Finbarrs Oketunji <[email protected]>
  • Loading branch information
0xnu committed Apr 3, 2024
1 parent 42e813c commit 7c44f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
mkdir -p package/usr/bin
cp main package/usr/bin
mkdir -p package/DEBIAN
version=$(echo "${{ github.ref_name }}" | sed 's/^v//')
cat > package/DEBIAN/control <<EOF
Package: kikiola
Version: ${{ github.ref_name }}
Version: $version
Architecture: amd64
Maintainer: Finbarrs Oketunji <[email protected]>
Description: Kikiola is a high-performance vector database written in Go.
Expand Down

0 comments on commit 7c44f63

Please sign in to comment.