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 15, 2024
1 parent 69bd209 commit d71cf21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Build DEB package
run: |
debuild -us -uc
cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_amd64.deb
cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: nagios-plugins-ets_amd64.deb
name: nagios-plugins-ets_${VERSION}_amd64.deb
path: |
nagios-plugins-ets_amd64.deb
nagios-plugins-ets_${VERSION}_amd64.deb

0 comments on commit d71cf21

Please sign in to comment.