From 014a48e042551bba0c87c61df0dd385c89f21428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Karczewski?= Date: Tue, 7 Jan 2025 13:31:28 +0100 Subject: [PATCH] Remove protobuf model from build artifacts After removal of protobuf dependency, step of copying model to artifacts directory should also be removed. --- .github/actions/build-test-and-publish-release/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/build-test-and-publish-release/action.yaml b/.github/actions/build-test-and-publish-release/action.yaml index 161cdbaf..80747f96 100644 --- a/.github/actions/build-test-and-publish-release/action.yaml +++ b/.github/actions/build-test-and-publish-release/action.yaml @@ -67,10 +67,6 @@ runs: shell: bash run: mv ${{ env.BUILD_PATH }}/licenses ${{ env.ARTIFACT_PATH }}/third_party - - name: "Move protobuf model to artifact directory" - shell: bash - run: mv ${{ env.BUILD_PATH }}/libebpfdiscoveryproto/ebpfdiscoveryproto ${{ env.ARTIFACT_PATH }}/ebpfdiscoveryproto - - name: "Move binaries to artifact directory" shell: bash run: mv ${{ env.BUILD_PATH }}/bin ${{ env.ARTIFACT_PATH }}/bin