mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Add publish action to gemfury for apt pkg
This commit is contained in:
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/
|
||||
|
Reference in New Issue
Block a user