Skip to content

Commit

Permalink
🩹 Fix bundle workflow path
Browse files Browse the repository at this point in the history
The path for the bundle workflow was using the wrong value after
the examples were moved into an `examples` subdirectory. This
addresses the issue.
  • Loading branch information
bitwizeshift committed May 7, 2024
1 parent 825613c commit 6fd1336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fd1336

Please sign in to comment.