File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,9 @@ jobs:
245
245
246
246
```bash
247
247
# download the binary, signature, and the public key
248
- wget https://github.com/chamilad/kibana-prometheus-exporter /releases/download/${{ steps.vars.outputs.tag }}/${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64
249
- wget https://github.com/chamilad/kibana-prometheus-exporter /releases/download/${{ steps.vars.outputs.tag }}/${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64.sig
250
- wget https://github.com/chamilad/kibana-prometheus-exporter /releases/download/${{ steps.vars.outputs.tag }}/cosign-${{ steps.vars.outputs.tag }}.pub
248
+ wget https://github.com/chamilad/pihole-restore /releases/download/${{ steps.vars.outputs.tag }}/${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64
249
+ wget https://github.com/chamilad/pihole-restore /releases/download/${{ steps.vars.outputs.tag }}/${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64.sig
250
+ wget https://github.com/chamilad/pihole-restore /releases/download/${{ steps.vars.outputs.tag }}/cosign-${{ steps.vars.outputs.tag }}.pub
251
251
252
252
# verify the binary
253
253
cosign verify-blob --key cosign-${{ steps.vars.outputs.tag }}.pub --signature ${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64.sig ${{ env.BINARY_NAME }}-${{ steps.vars.outputs.tag }}-linux-x86_64
You can’t perform that action at this time.
0 commit comments