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 16a3dd1 commit 86bf341
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 @@ -37,11 +37,11 @@ jobs:
run: |
debuild -us -uc
ls -l ../
cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb
cp ../nagios-plugins-ets_${env.VERSION}_amd64.deb nagios-plugins-ets_${env.VERSION}_amd64.deb
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: nagios-plugins-ets_${VERSION}_amd64.deb
name: nagios-plugins-ets_${env.VERSION}_amd64.deb
path: |
nagios-plugins-ets_${VERSION}_amd64.deb
nagios-plugins-ets_${env.VERSION}_amd64.deb

0 comments on commit 86bf341

Please sign in to comment.