From 07741c9b82e73a94ff1cf4149d44127153fa97b1 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 11 Oct 2024 07:43:15 +0000 Subject: [PATCH] fix release workflow to avoid conflict with major version 4.0 of BOX Manifest --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9312e41a..e0263296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - # https://github.com/llaville/box-manifest name: Download BOX Manifest Artifact run: | - curl -Ls https://github.com/llaville/box-manifest/releases/latest/download/box-manifest.phar -o /usr/local/bin/box-manifest + curl -Ls https://github.com/llaville/box-manifest/releases/download/3.5.1/box-manifest.phar -o /usr/local/bin/box-manifest chmod +x /usr/local/bin/box-manifest - # https://github.com/llaville/box-manifest