We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258e541 + 36a902d commit 9333638Copy full SHA for 9333638
.github/workflows/build.yaml
@@ -82,10 +82,10 @@ jobs:
82
run: cp ./cloudql/build/steampipe-plugin-github.plugin ./github-output/cloudql-plugin
83
- name: Copy integration plugin to output directory
84
working-directory: .
85
- run: cp ./integration/build/integration-plugin ./github-output/
+ run: cp ./platform/build/integration-plugin ./github-output/
86
- name: Copy manifest to output directory
87
88
- run: cp ./integration/manifest.yaml ./github-output/
+ run: cp ./platform/manifest.yaml ./github-output/
89
- name: Pack output
90
91
run: |
0 commit comments