From e6e5c8aafaa32071af35750dc200c0581e03c845 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Tue, 1 Aug 2023 22:44:47 +0300 Subject: [PATCH] robinraju calling u out directly >:( tag v1 should be called v1.0 and tag v1 should point to the latest v1.x (v1.8 in this case) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c09800814..16a243ccb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: matrix.config.os_identifier == 'win' - name: Download CLI - uses: robinraju/release-downloader@v1 + uses: robinraju/release-downloader@v1.8 with: repository: geode-sdk/cli latest: true