Skip to content

Commit

Permalink
fix: plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jan 13, 2025
1 parent db58d52 commit 4c4a021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: mkdir -p github-output
- name: Copy steampipe plugin to output directory
working-directory: .
run: cp ./steampipe-plugin-github/build/steampipe-plugin-github.plugin ./github-output/
run: cp ./steampipe-plugin-github/build/steampipe-plugin-github.plugin ./github-output/cloudql-plugin
- name: Copy integration plugin to output directory
working-directory: .
run: cp ./integration-plugin/build/integration-plugin ./github-output/
Expand Down

0 comments on commit 4c4a021

Please sign in to comment.