Skip to content

Commit 8faf659

Browse files
committed
fx
1 parent 3bab23c commit 8faf659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-debian-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo "debug start"
120120
cat deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}/DEBIAN/control
121121
echo "debug end"
122-
install -v -p ${{ inputs.application }}_${PARSED_VERSION}_linux_${ARCH}/* \
122+
install -v -p ${{ inputs.application }}_${{ inputs.version }}_linux_${ARCH}/* \
123123
deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}/usr/bin
124124
dpkg-deb --build --root-owner-group deb-pkg/${{ inputs.application }}_${PARSED_VERSION}_${ARCH}
125125

0 commit comments

Comments
 (0)