Skip to content

Commit

Permalink
ci: generate Python bundle in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent f813709 commit 1cfc025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
- run: sudo gem install --no-document fpm
- name: create a deb package
run: make deb
- name: create a Shiv bundle
run: make bundle
- name: create a github release
run: gh release create $VERSION --generate-notes bin/*.deb

0 comments on commit 1cfc025

Please sign in to comment.