diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41c97deb..4f67c4f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,9 +71,9 @@ jobs: - name: Download artifacts from build step uses: actions/download-artifact@v4 - with: - name: ${{ matrix.context }} - path: ${{ matrix.context }}/target + with: + name: ${{ matrix.context }} + path: ${{ matrix.context }}/target - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1