GitHub actions: Support smartmontools 7.4 installer directory structure when extracting.

This commit is contained in:
Alexander Shaduri
2024-04-23 14:11:31 +04:00
parent 531d39d888
commit ac90991a27
+4 -4
View File
@@ -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