We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d88da1 commit 31c3b2fCopy full SHA for 31c3b2f
1 file changed
.github/workflows/build-deb-qt5-amd64.yml
@@ -187,6 +187,7 @@ jobs:
187
- name: Create Debian rules file
188
run: |
189
sed -e "s|@QT_LIB_PATH@|${{ env.QT_INSTALL_DIR }}/${{ env.QT_VERSION }}/${{ env.CMAKE_COMPILER }}/lib|g" \
190
+ -e "s|@PACKAGE_NAME@|${{ env.DEB_PACKAGE_NAME }}|g" \
191
${{ env.DEB_SRC_DIR }}/debian/rules.in > ${{ env.DEB_SRC_DIR }}/debian/rules
192
rm ${{ env.DEB_SRC_DIR }}/debian/rules.in
193
cat -n ${{ env.DEB_SRC_DIR }}/debian/rules
0 commit comments