From 0012f8932cc019bfef0a7c98dc50b69cbd48ef68 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 15 Apr 2026 11:13:55 -0700 Subject: [PATCH] fix spacing 2 --- .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 0287ab509..88b7059ed 100644 --- a/.github/workflows/packaging_jobs.yml +++ b/.github/workflows/packaging_jobs.yml @@ -133,9 +133,9 @@ jobs: - name: cd run: cd ${{ matrix.dns-dir }} - 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