From 6fd1336af76f8c5a8ef48c77a0245f9206b3fb10 Mon Sep 17 00:00:00 2001 From: Matthew Rodusek <7519129+bitwizeshift@users.noreply.github.com> Date: Tue, 7 May 2024 17:49:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20bundle=20workflow=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The path for the bundle workflow was using the wrong value after the examples were moved into an `examples` subdirectory. This addresses the issue. --- .github/workflows/bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle.yaml b/.github/workflows/bundle.yaml index 798c85c..02cac6b 100644 --- a/.github/workflows/bundle.yaml +++ b/.github/workflows/bundle.yaml @@ -79,7 +79,7 @@ jobs: uses: ./.github/actions/cargo-bundle with: profile: ${{ steps.select.outputs.profile }} - path: ${{ matrix.renderer }}-example + path: examples/${{ matrix.renderer }}-example - name: Attest Provenance id: provenance