Skip to content

Commit

Permalink
Remove protobuf model from build artifacts
Browse files Browse the repository at this point in the history
After removal of protobuf dependency, step of copying model to artifacts
directory should also be removed.
  • Loading branch information
karczex committed Jan 7, 2025
1 parent 66be94e commit 014a48e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/build-test-and-publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 014a48e

Please sign in to comment.