Skip to content

Commit c159110

Browse files
committed
feat: add GitHub Actions CI workflow for multi-platform build, benchmark, and artifact upload.
1 parent 253c980 commit c159110

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
build/proxpl
3232
build/prm
3333
- os: windows-latest
34-
bin_path: |
35-
build/Release/proxpl.exe
36-
build/Release/proxpl_lib.dll
37-
build/Release/prm.exe
34+
bin_path: build/ProXPL_Installer_*.exe
3835

3936
steps:
4037
- name: Checkout source
@@ -137,5 +134,4 @@ jobs:
137134
# For Linux/Mac, it still uploads the single binary.
138135
path: |
139136
${{ matrix.bin_path }}
140-
benchmarks/
141-
build/ProXPL_Installer_*.exe
137+
benchmarks/

0 commit comments

Comments
 (0)