File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,17 @@ jobs:
70
70
run : |
71
71
curl -L -o CUDA_v11.8.zip https://github.com/whyb/FastChwHwcConverter/raw/ci-dependencies/CUDA_v11.8/CUDA_v11.8.zip
72
72
curl -L -o ROCm_v6.2.4.zip https://github.com/whyb/FastChwHwcConverter/raw/ci-dependencies/ROCm_v6.2.4/ROCm_v6.2.4.zip
73
- mkdir -p ./build-x64/Release/dependencies
74
- tar -xf CUDA_v11.8.zip -C ./build-x64/Release/dependencies
75
- tar -xf ROCm_v6.2.4.zip -C ./build-x64/Release/dependencies
73
+ tar -xf CUDA_v11.8.zip -C ./build-x64/Release/
74
+ tar -xf ROCm_v6.2.4.zip -C ./build-x64/Release/
76
75
77
76
- name : List build folder
78
77
run : |
79
78
dir .\build-x64\
80
79
dir .\build-x64\Release\
81
- dir .\build-x64\Release\dependencies\
82
80
83
- - name : Zip binary files (include dependencies )
81
+ - name : Zip binary files (flat structure )
84
82
run : |
85
- zip ./bin-windows-msvc-x64.zip .\build-x64\Release\example.exe .\build-x64\Release\benchmark.exe .\build-x64\Release\cuda_benchmark.exe .\build-x64\Release\rocm_benchmark.exe .\build-x64\Release\example-opencv.exe .\build-x64\Release\dependencies\*
83
+ zip ./bin-windows-msvc-x64.zip .\build-x64\Release\example.exe .\build-x64\Release\benchmark.exe .\build-x64\Release\cuda_benchmark.exe .\build-x64\Release\rocm_benchmark.exe .\build-x64\Release\example-opencv.exe .\build-x64\Release\*.dll
86
84
87
85
- name : Archive Windows build artifacts
88
86
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments