From ccf882287dad299b4d0372d08d1f9a975070d0af Mon Sep 17 00:00:00 2001 From: souvik Date: Tue, 22 Oct 2024 14:55:23 +0530 Subject: [PATCH] fix: install npm 10 --- .github/workflows/upload-release-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index b7bb3bc34e3..f0a05756619 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -62,7 +62,7 @@ jobs: #fix for windows build issue #1433 name: Install p7zip-full nsis run: sudo apt-get install -y p7zip-full nsis - - if: matrix.os == 'windows-latest' + - if: matrix.npm_script == 'pack:windows' #npm cli 10 is buggy because of some cache issue name: Install npm cli 10 shell: bash