]> git.openstreetmap.org Git - dns.git/blobdiff - .github/workflows/check.yml
Merge pull request #22 from jbelien/patch-1
[dns.git] / .github / workflows / check.yml
index a35cc83e3cb9d8adea8c258ccce81279d82d7edc..34cbb7fc75b693ec2f1628fbb05ae5d931bf65c6 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         GH_TOKEN: ${{ github.token }}
       run: |
         arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
-        && gh release download --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+        && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
         && sudo apt install /tmp/dnscontrol.deb -y
 
     - name: Run Check