Skip to content

Commit 0494530

Browse files
committed
Update release notes
1 parent 8d86d05 commit 0494530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-on-tag.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ jobs:
245245
246246
```bash
247247
# 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
251251
252252
# verify the binary
253253
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

0 commit comments

Comments
 (0)