Skip to content

Commit b1ceabe

Browse files
Small typo in check
1 parent 5281343 commit b1ceabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_aws_eif/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ runs:
128128
docker cp amazonlinux:/pcr0.txt ${ARTIFACTS_OUTPUT_DIR}/
129129
echo "enclave_id=$(cat ${{ steps.buildFolder.outputs.BUILD_FOLDER}}/pcr0.txt)" >> $GITHUB_OUTPUT
130130
131-
pcrsize=$(wc -c < "${{ steps.buildFolder.outputs.BUILD_FOLDER}}/pcr0.txtf")
131+
pcrsize=$(wc -c < "${{ steps.buildFolder.outputs.BUILD_FOLDER}}/pcr0.txt")
132132
if [ $pcrsize -le 1 ]; then
133133
echo "The pcr0.txt file was less then 1 byte. This indicates a build failure"
134134
exit 1

0 commit comments

Comments
 (0)