From 6999609eaa4d253e2be1e281c8691d9be81765e2 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 15 Apr 2026 11:12:59 -0700 Subject: [PATCH] fix spacing --- .github/workflows/packaging_jobs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packaging_jobs.yml b/.github/workflows/packaging_jobs.yml index 47f2d670d..0287ab509 100644 --- a/.github/workflows/packaging_jobs.yml +++ b/.github/workflows/packaging_jobs.yml @@ -94,9 +94,9 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - uses: snapcore/action-build@v1.3.0 - id: build - with: - snapcraft-args: "--build-for=${{ matrix.build-for }}" + id: build + with: + snapcraft-args: "--build-for=${{ matrix.build-for }}" - name: Prepare artifact run: |- set -e