Skip to content

Commit

Permalink
Update build-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilucsd authored Aug 19, 2024
1 parent 7846fde commit c84ba76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
- name: Build DEB package
run: |
debuild -us -uc
ls -l ../
cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb
- name: Print path
run: |
ls -l ../
- name: Archive production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c84ba76

Please sign in to comment.