Skip to content

Commit 9333638

Browse files
authored
Merge pull request #31 from opengovern/fix-folder-reorganization
fix: builds
2 parents 258e541 + 36a902d commit 9333638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
run: cp ./cloudql/build/steampipe-plugin-github.plugin ./github-output/cloudql-plugin
8383
- name: Copy integration plugin to output directory
8484
working-directory: .
85-
run: cp ./integration/build/integration-plugin ./github-output/
85+
run: cp ./platform/build/integration-plugin ./github-output/
8686
- name: Copy manifest to output directory
8787
working-directory: .
88-
run: cp ./integration/manifest.yaml ./github-output/
88+
run: cp ./platform/manifest.yaml ./github-output/
8989
- name: Pack output
9090
working-directory: .
9191
run: |

0 commit comments

Comments
 (0)