diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 4d4378f..0bae097 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -30,7 +30,7 @@ jobs: - name: Download the source tarball run: | - wget -O ../nagios-plugins-ets_${VERSION}.orig.tar.gz https://github.com/ucsd-ets/nagios-plugins-ets/archive/refs/tags/${VERSION}.tar.gz + wget -O ../nagios-plugins-ets_${VERSION}.orig.tar.gz https://github.com/ucsd-ets/nagios-plugins-ets/archive/refs/tags/1.2.tar.gz tar zxvf ../nagios-plugins-ets_${VERSION}.orig.tar.gz --strip-components=1 - name: Build DEB package