Skip to content

Commit

Permalink
copy output deb
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Aug 7, 2024
1 parent f64b67c commit a380ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Build DEB package
run: |
debuild -us -uc
cp ../nagios-plugins-ets_1.4_amd64.deb nagios-plugins-ets_amd64.deb
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: nagios-plugins-ets_amd64.deb
path: |
../nagios-plugins-ets_1.4_amd64.deb
nagios-plugins-ets_amd64.deb

0 comments on commit a380ad2

Please sign in to comment.