Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DEB bundle #483

Merged
merged 14 commits into from
Jun 6, 2023
Prev Previous commit
Next Next commit
Add FPM
chidiwilliams committed Jun 5, 2023
commit cf3f62c7a965ab8629fb8c4d4bc36f451a74c857
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ jobs:
which ruby
which gem
echo '' >> "${GITHUB_PATH}"
gem install --no-ri --no-rdoc fpm
gem install fpm
fpm --version
if: "startsWith(matrix.os, 'ubuntu-')"