From d10d5c7de9ab07dbf7c290b14f8e22844bcba9b0 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 12 Jul 2024 14:28:27 +0100 Subject: [PATCH] Attempt to download the release with assets --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae72061..617c30c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: uses: robinraju/release-downloader@v1 with: latest: true - tarBall: true + tarBall: false + fileName: "galvani-*.gz" zipBall: false out-file-path: /home/runner/work/last-release extract: true