Skip to content

Commit 19fb95e

Browse files
committed
fix workflow
1 parent a22e2e2 commit 19fb95e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: bin/
5757
- uses: engineerd/[email protected]
5858
- run: chmod +x bin/preflight
59-
- run: bin/preflight --interactive=false --format=json https://preflight.replicated.com
59+
- run: ./bin/preflight --interactive=false --format=json https://preflight.replicated.com
6060

6161
compile-supportbundle:
6262
runs-on: ubuntu-latest
@@ -89,9 +89,9 @@ jobs:
8989
- uses: engineerd/[email protected]
9090
- run: chmod +x bin/support-bundle
9191
- uses: actions/checkout@v1
92-
- run: bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml
93-
- run: bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml
94-
- run: bin/support-bundle https://kots.io
92+
- run: ./bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml
93+
- run: ./bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml
94+
- run: ./bin/support-bundle https://kots.io
9595

9696
goreleaser:
9797
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)