File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,15 @@ jobs:
5555 wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc && chmod +x ./ecc
5656
5757 - name : build package
58- run : ./ecc template.bpf.c template.h
58+ run : |
59+ cd src
60+ ../ecc template.bpf.c template.h
5961
6062 - name : Publish
6163 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
6264 uses : softprops/action-gh-release@v1
6365 with :
64- files : package.json
66+ files : src/ package.json
6567 prerelease : false
6668 tag_name : ${{ steps.set_version.outputs.result }}
6769 generate_release_notes : true
Original file line number Diff line number Diff line change 11build :
2- ecc template.bpf.c template.h
2+ cd src && ecc template.bpf.c template.h
33
44clean :
5- rm * .json
6- rm * .o
5+ cd src && rm * .json * .o
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments