fix: ci
This commit is contained in:
parent
1a5a148ebe
commit
6c2097d919
1 changed files with 2 additions and 2 deletions
|
@ -52,5 +52,5 @@ runs:
|
|||
sed -re "s/__VERSION__/${VERSION}-1/g" -i ${{ inputs.package_root }}/DEBIAN/control
|
||||
cd "${{ inputs.package_root }}/.."
|
||||
dpkg-deb --build $(basename ${{ inputs.package_root }})
|
||||
mv "$(basename ${{ inputs.package_root }}).deb" "${{ inputs.package_output_path }}/${{ inputs.package_name }}_${VERSION}-1_${{ inputs.architecture }}.deb"
|
||||
sudo -u nobody lintian "${{ inputs.package_name}}_${VERSION}-1_${{ inputs.architecture }}.deb" || true
|
||||
mv "$(basename ${{ inputs.package_root }}).deb" "${GITHUB_WORKSPACE}/${{ inputs.package_output_path }}/${{ inputs.package_name }}_${VERSION}-1_${{ inputs.architecture }}.deb"
|
||||
sudo -u nobody lintian "${GITHUB_WORKSPACE}/${{ inputs.package_output_path }}/${{ inputs.package_name }}_${VERSION}-1_${{ inputs.architecture }}.deb" || true
|
||||
|
|
Loading…
Reference in a new issue