Skip to content

Commit

Permalink
f: test with bad sig
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <aditya@saky.in>
  • Loading branch information
adityasaky committed Nov 2, 2023
1 parent ea27ff5 commit b096f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
filename="${filename_prefix}_${filename_suffix}"
cert="${filename}.pem"
sig="${filename}.sig"
sig="${filename_prefix}_windows_arm64.sig"
curl -sL https://github.com/gittuf/gittuf/releases/download/v${{ inputs.gittuf-version }}/${filename} -o $HOME/.gittuf/$executable_name
curl -sL https://github.com/gittuf/gittuf/releases/download/v${{ inputs.gittuf-version }}/${cert} -o $HOME/.gittuf/$cert_name
Expand Down

0 comments on commit b096f43

Please sign in to comment.