diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index f291ae2..327122b 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -36,7 +36,7 @@ jobs: - name: Build DEB package run: | debuild -us -uc - cp ../nagios-plugins-ets_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb + cp ../nagios-plugins-ets_${VERSION}_amd64.deb nagios-plugins-ets_${VERSION}_amd64.deb - name: Archive production artifacts uses: actions/upload-artifact@v4