mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add publish action to gemfury for apt pkg
This commit is contained in:
parent
b756fc382a
commit
6b9b5fda7e
2 changed files with 11 additions and 1 deletions
4
.github/workflows/publish-deb-pkg.yml
vendored
4
.github/workflows/publish-deb-pkg.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Publish debian package to GitHub release
|
||||
name: Publish deb pkg to GitHub release & apt repository
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -26,3 +26,5 @@ jobs:
|
|||
file: target/debian/meilisearch.deb
|
||||
asset_name: meilisearch.deb
|
||||
tag: ${{ github.ref }}
|
||||
- name: Upload debian pkg to apt repository
|
||||
run: curl -F package=@target/debian/meilisearch.deb https://${{ secrets.GEMFURY_PUSH_TOKEN }}@push.fury.io/meilisearch/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue