Skip to content

Commit bbb41e6

Browse files
author
Ian Lewis
authored
Fix builder dir in container workflow (slsa-framework#640)
1 parent 9875820 commit bbb41e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator_container_slsa3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
binary: "${{ env.BUILDER_BINARY }}"
9090
compile-builder: "${{ inputs.compile-generator }}"
9191
# NOTE: We are using the generic generator.
92-
directory: "${{ env.BUILDER_DIR }}/generic"
92+
directory: "${{ env.BUILDER_DIR }}"
9393

9494
- uses: sigstore/cosign-installer@48866aa521d8bf870604709cd43ec2f602d03ff2 # tag=v2.4.1
9595
- name: Login

0 commit comments

Comments
 (0)