From f3ef88385ceec5ddf9dd6339b413580dcd4b2f8f Mon Sep 17 00:00:00 2001 From: Radu M Date: Fri, 4 Jun 2021 15:31:46 -0700 Subject: [PATCH] Fix Wasmtime URL Signed-off-by: Radu M --- .github/workflows/grain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grain.yml b/.github/workflows/grain.yml index 2bd423c..75543ee 100644 --- a/.github/workflows/grain.yml +++ b/.github/workflows/grain.yml @@ -17,7 +17,7 @@ jobs: - uses: engineerd/configurator@v0.0.8 with: name: "wasmtime" - url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz" + url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz" pathInArchive: wasmtime - uses: actions/checkout@v2 - name: Testing