]> git.openstreetmap.org Git - dns.git/commitdiff
Add missing repo to gh
authorGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:26:11 +0000 (13:26 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:26:11 +0000 (13:26 +0000)
.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