Skip to content

Commit

Permalink
Fix variable access
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed May 24, 2024
1 parent d619dcb commit 615f06f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ jobs:
bucket=oak-bins
package_name=${{ steps.parse.outputs.package-name }}
binary_path=${{ steps.parse.outputs.binary-path }}
subject_paths=( ${{ steps.parse.outputs.subject-paths }} )
binary_path="${subject_paths[0]}"
provenance_path=${{ steps.attest.outputs.bundle-path }}
gcs_binary_path="binary/${GITHUB_SHA}/${package_name}/binary"
Expand Down

0 comments on commit 615f06f

Please sign in to comment.