[fix}: ci-pipeline

This commit is contained in:
Shanaka Prageeth 2025-03-12 12:34:51 +09:00
parent ad80531b65
commit d4bdf34fb6
1 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,8 @@ on:
push:
pull_request:
branches:
- main
- master
- dev
jobs:
build-ubuntu:
@ -26,11 +27,11 @@ jobs:
run: |
cd lib/
make
- name: Check output
run: find . -type f -name *.so
- name: Check output
run: find . -type f -name *.h
- name: Check output
run: find . -type f -name *.hpp
- name: Check output
run: find . -type f -name *.a
- name: Archive production artifacts
if: github.ref_name == 'master' || github.ref_name == 'dev'
uses: actions/upload-artifact@v4
with:
name: build_output
path: |
dpdk/build
lib