Skip to content

Commit 368869d

Browse files
committed
add soc ai pluging to actions
1 parent 359afe6 commit 368869d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/v11-used-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
cd ${{ github.workspace }}/plugins/o365; go build -o com.utmstack.o365.plugin -v .
9393
cd ${{ github.workspace }}/plugins/sophos; go build -o com.utmstack.sophos.plugin -v .
9494
cd ${{ github.workspace }}/plugins/stats; go build -o com.utmstack.stats.plugin -v .
95+
cd ${{ github.workspace }}/plugins/soc-ai; go build -o com.utmstack.soc-ai.plugin -v .
9596
9697
- name: Build & Push Event Processor Image
9798
run: |

0 commit comments

Comments
 (0)