From 19fb95e99b1cf5648a3b4a079fb2db2b77d77c1e Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 12 Jun 2020 13:24:30 -0700 Subject: [PATCH] fix workflow --- .github/workflows/build-test-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index 3b8a16ad..741d3e0c 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -56,7 +56,7 @@ jobs: path: bin/ - uses: engineerd/setup-kind@v0.2.0 - run: chmod +x bin/preflight - - run: bin/preflight --interactive=false --format=json https://preflight.replicated.com + - run: ./bin/preflight --interactive=false --format=json https://preflight.replicated.com compile-supportbundle: runs-on: ubuntu-latest @@ -89,9 +89,9 @@ jobs: - uses: engineerd/setup-kind@v0.2.0 - run: chmod +x bin/support-bundle - uses: actions/checkout@v1 - - run: bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml - - run: bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml - - run: bin/support-bundle https://kots.io + - run: ./bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml + - run: ./bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml + - run: ./bin/support-bundle https://kots.io goreleaser: runs-on: ubuntu-latest