ci: fix self-mv on deb path; drop stale .github workflow
build-and-publish / build (push) Successful in 2m51s
build-and-publish / build (push) Successful in 2m51s
This commit is contained in:
@@ -71,8 +71,7 @@ jobs:
|
||||
sudo chmod 755 "${DEB_DIR}/postinst"
|
||||
|
||||
sudo dpkg-deb --build "${PKG_DIR}"
|
||||
DEB_FILE="/opt/${PKG_NAME}_${VERSION}_${ARCH}.deb"
|
||||
sudo mv "${PKG_DIR}.deb" "${DEB_FILE}"
|
||||
DEB_FILE="${PKG_DIR}.deb"
|
||||
echo "deb_file=${DEB_FILE}" >> "$GITHUB_OUTPUT"
|
||||
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
|
||||
echo "pkg_name=${PKG_NAME}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user