diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 77d69064eb..4345af1354 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -339,10 +339,10 @@ jobs: if [ -z "${{ matrix.version }}" ]; then PACKAGE_VERSION="" else - PACKAGE_VERSION="--version ${{ matrix.version }}-${{ matrix.distrib }}" + PACKAGE_VERSION="--version ${{ matrix.version }}~${{ matrix.distrib }}" fi - DEB_BUILD_OPTIONS="nocheck nodocs notest" dh-make-perl make --build $PACKAGE_VERSION --cpan ${{ matrix.name }} + DEB_BUILD_OPTIONS="nocheck nodocs notest" dh-make-perl make --dist ${{ matrix.distrib }} --build $PACKAGE_VERSION --cpan ${{ matrix.name }} shell: bash - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3