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