Skip to content

Commit c718adb

Browse files
committed
chore: Update build workflow to build and publish LSOF binary to a release
1 parent 645dedb commit c718adb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919

2020
- name: Compile LSOF
2121
run: |
22-
./configure
22+
./Configure
2323
make
24+
make install
25+
lsof -v
2426
2527
- name: Create Release
2628
id: release

0 commit comments

Comments
 (0)