run: |
set -euo pipefail
arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
- && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+ && gh release download --repo https://github.com/DNSControl/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
&& sudo apt-get install /tmp/dnscontrol.deb -y
- name: Run Check
run: |
- make check
\ No newline at end of file
+ make check