Skip to content

Commit f66bbbe

Browse files
committed
Update release.yml
1 parent f20bc86 commit f66bbbe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,17 @@ jobs:
7070
run: |
7171
curl -L -o CUDA_v11.8.zip https://github.com/whyb/FastChwHwcConverter/raw/ci-dependencies/CUDA_v11.8/CUDA_v11.8.zip
7272
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/
7675
7776
- name: List build folder
7877
run: |
7978
dir .\build-x64\
8079
dir .\build-x64\Release\
81-
dir .\build-x64\Release\dependencies\
8280
83-
- name: Zip binary files (include dependencies)
81+
- name: Zip binary files (flat structure)
8482
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
8684
8785
- name: Archive Windows build artifacts
8886
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)