diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index 741d3e0c..5527798b 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -81,6 +81,7 @@ jobs: runs-on: ubuntu-latest needs: compile-supportbundle steps: + - uses: actions/checkout@v1 - name: Download support-bundle binary uses: actions/download-artifact@v1 with: @@ -88,7 +89,6 @@ jobs: path: bin/ - 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