File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- name : Checkout code
19
19
uses : actions/checkout@v4
20
20
21
- - name : Compile LSOF
22
- run : |
23
- ./Configure -n linux
24
- make CC='gcc -static' LDFLAGS='-static -static-libgcc'
25
- echo "------ :: LSOF binary is compiled and installed :: ------"
26
- ./lsof -v
21
+ # - name: Compile LSOF
22
+ # run: |
23
+ # ./Configure -n linux
24
+ # make CC='gcc -static' LDFLAGS='-static -static-libgcc'
25
+ # echo "------ :: LSOF binary is compiled and installed :: ------"
26
+ # ./lsof -v
27
27
28
28
- name : Gets latest created release info
29
29
id : latest-release
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
with :
40
40
upload_url : ${{ steps.latest-release.outputs.upload_url }}
41
- asset_path : ./lsof
41
+ asset_path : ./build/ lsof-binary
42
42
asset_name : lsof-binary
43
43
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments