From bb846e1be18f3c98d7180087275fb7c01ed85b40 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 27 Oct 2025 12:34:05 +1100 Subject: [PATCH] fix(ci): remove comment in multi-line command (#10714) This comment breaks the multi-line command. The debian archive will be available from the APT repository so uploading that to the releases page is not actually necessary. We can still do it later if we want to though. For now, remove the comment to make the workflow work again. --- .github/workflows/_data-plane.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_data-plane.yml b/.github/workflows/_data-plane.yml index 2ba9335c0..ce6426611 100644 --- a/.github/workflows/_data-plane.yml +++ b/.github/workflows/_data-plane.yml @@ -345,7 +345,6 @@ jobs: gh release upload ${{ matrix.name.release_name }} \ "$BINARY_DEST_PATH" \ "$BINARY_DEST_PATH".sha256sum.txt \ - # "$BINARY_DEST_PATH".deb \ # Enable this once we have all the necessary documentation in place. "$clobber" \ --repo ${{ github.repository }}