Skip to content

Commit

Permalink
ci: Fix makefile target name in Github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 2, 2024
1 parent d700843 commit 2c6cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- run: sudo apt install make ruby-rubygems -y
- run: sudo gem install --no-document fpm
- name: create a deb package
run: make build
run: make deb
- name: create a github release
run: gh release create $VERSION --generate-notes bin/*.deb

0 comments on commit 2c6cfc5

Please sign in to comment.