Skip to content

Commit

Permalink
fix(ci): deliver cpan libs with distrib in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 6, 2024
1 parent 509703f commit cd2f66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd2f66f

Please sign in to comment.