]> git.openstreetmap.org Git - dns.git/commitdiff
Fix quote issue in GHA
authorGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:22:21 +0000 (13:22 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:22:21 +0000 (13:22 +0000)
.github/workflows/check.yml

index 7b3666f9b03e3dbd0682b2ec80c83267700dff83..ec221beeca4ea3d3ebec9f262c9ca3b98749cd1f 100644 (file)
@@ -30,7 +30,7 @@ jobs:
     - name: Install dnscontrol
       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 --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
         && sudo apt install /tmp/dnscontrol.deb -y
 
     - name: Run Check