You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/10/29 08:56:22 UTC

[skywalking-infra-e2e] branch gha updated: Update action.yaml

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch gha
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git


The following commit(s) were added to refs/heads/gha by this push:
     new c2dc39d  Update action.yaml
c2dc39d is described below

commit c2dc39db9488c61fefe549b15582b46082ed5d84
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Oct 29 16:56:18 2022 +0800

    Update action.yaml
---
 action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yaml b/action.yaml
index ba80b89..50fea93 100644
--- a/action.yaml
+++ b/action.yaml
@@ -60,7 +60,7 @@ runs:
         restore-keys: |
           ${{ runner.os }}-go-
     - shell: bash
-      run: make install DESTDIR=/usr/local/bin
+      run: make -C $GITHUB_ACTION_PATH install DESTDIR=/usr/local/bin
     - name: E2E Dir Generator
       id: 'e2e-dir-generator'
       shell: bash