Skip to content

Commit 548cde9

Browse files
committed
- fix names
1 parent 561f576 commit 548cde9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
include:
1616
- flag: -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++
1717
binary: ./build/libdptsp.so
18-
upload_name: x86_64_dptsp.dll
18+
upload_name: x86_dptsp.dll
1919
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
2020
binary: ./build/libdptsp.so
21-
upload_name: x64_dptsp.dll
21+
upload_name: x86_64_dptsp.dll
2222
- flag: -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_CXX_COMPILER=g++-14
2323
binary: ./build/libdptsp.so
24-
upload_name: x86_64_libdptsp.so
24+
upload_name: x86_libdptsp.so
2525
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=g++-14
2626
binary: ./build/libdptsp.so
27-
upload_name: x64_libdptsp.so
27+
upload_name: x86_64_libdptsp.so
2828
- flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++-14
2929
binary: ./build/libdptsp.so
3030
upload_name: aarch64_libdptsp.so

0 commit comments

Comments
 (0)