diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 8834d01..8433903 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -45,6 +45,6 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v4 with: - name: nagios-plugins-ets_${env.VERSION}_amd64.deb + name: nagios-plugins-ets_${{env.VERSION}}_amd64.deb path: | - nagios-plugins-ets_${env.VERSION}_amd64.deb + nagios-plugins-ets_${{env.VERSION}}_amd64.deb