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 849ece2 commit ce7d052Copy full SHA for ce7d052
.github/workflows/release.yml
@@ -134,7 +134,6 @@ jobs:
134
# Remove leading whitespace from heredoc
135
sed -i 's/^ //' "${PKG_DIR}/DEBIAN/control"
136
dpkg-deb --build --root-owner-group "${PKG_DIR}"
137
- mv "${PKG_DIR}.deb" "agcp_${VERSION}_${DEB_ARCH}.deb"
138
139
- name: Build .rpm package
140
if: contains(matrix.target, 'linux')
0 commit comments