]> git.openstreetmap.org Git - dns.git/blobdiff - .github/workflows/check.yml
Fix quote issue in GHA
[dns.git] / .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