Skip to content

Commit ce7d052

Browse files
committed
fix: remove redundant mv in deb build step
1 parent 849ece2 commit ce7d052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
# Remove leading whitespace from heredoc
135135
sed -i 's/^ //' "${PKG_DIR}/DEBIAN/control"
136136
dpkg-deb --build --root-owner-group "${PKG_DIR}"
137-
mv "${PKG_DIR}.deb" "agcp_${VERSION}_${DEB_ARCH}.deb"
138137
139138
- name: Build .rpm package
140139
if: contains(matrix.target, 'linux')

0 commit comments

Comments
 (0)