Skip to content

Commit 4c4a021

Browse files
committed
fix: plugin name
1 parent db58d52 commit 4c4a021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: mkdir -p github-output
8080
- name: Copy steampipe plugin to output directory
8181
working-directory: .
82-
run: cp ./steampipe-plugin-github/build/steampipe-plugin-github.plugin ./github-output/
82+
run: cp ./steampipe-plugin-github/build/steampipe-plugin-github.plugin ./github-output/cloudql-plugin
8383
- name: Copy integration plugin to output directory
8484
working-directory: .
8585
run: cp ./integration-plugin/build/integration-plugin ./github-output/

0 commit comments

Comments
 (0)