We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bab23c commit 8faf659Copy full SHA for 8faf659
.github/workflows/reusable-build-debian-pkg.yml
@@ -119,7 +119,7 @@ jobs:
119
echo "debug start"
120
cat deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}/DEBIAN/control
121
echo "debug end"
122
- install -v -p ${{ inputs.application }}_${PARSED_VERSION}_linux_${ARCH}/* \
+ install -v -p ${{ inputs.application }}_${{ inputs.version }}_linux_${ARCH}/* \
123
deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}/usr/bin
124
dpkg-deb --build --root-owner-group deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}
125
0 commit comments