Skip to content

Commit

Permalink
adding packages for build packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshsusai committed Oct 16, 2024
1 parent 62c572d commit 1191adf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
run: npm publish

- name: Build package
run: scripts/build-packages
run: |
sudo apt-get update
sudo apt-get install -y ruby-dev build-essential rpm
sudo gem install fpm
sudo scripts/build-packages
- name: Upload build artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1191adf

Please sign in to comment.