From ac90991a27be442d6aeb716136cb42f43f7b866b Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 23 Apr 2024 14:11:31 +0400 Subject: [PATCH] GitHub actions: Support smartmontools 7.4 installer directory structure when extracting. --- .github/workflows/cmake-tier1.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 0ea8872..45b7320 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -130,8 +130,8 @@ jobs: working-directory: ${{github.workspace}}/build/smartmontools run: > 7z -bb1 e $SMARTMONTOOLS_INSTALLER - bin64/smartctl.exe - bin64/smartctl-nc.exe + bin/smartctl.exe + bin/smartctl-nc.exe bin/update-smart-drivedb.ps1 bin/drivedb.h @@ -141,8 +141,8 @@ jobs: working-directory: ${{github.workspace}}/build/smartmontools run: > 7z -bb1 e $SMARTMONTOOLS_INSTALLER - bin/smartctl.exe - bin/smartctl-nc.exe + bin32/smartctl.exe + bin32/smartctl-nc.exe bin/update-smart-drivedb.ps1 bin/drivedb.h