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.
This commit is contained in:
Thomas Eizinger
2025-10-27 12:34:05 +11:00
committed by GitHub
parent 5eef5f90df
commit bb846e1be1

View File

@@ -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 }}