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.
1 parent 3d97c38 commit 8cc1af6Copy full SHA for 8cc1af6
.github/workflows/build.yaml
@@ -75,6 +75,7 @@ jobs:
75
working-directory: ./integration-plugin
76
run: make build
77
- name: Pack Plugin Builds
78
+ working-directory: .
79
run: |
80
tar -czf integration-plugin.tar --no-recursion -C ./integration-plugin/build/ integration-plugin -C ./steampipe-plugin-github/build/ steampipe-plugin-github.plugin
81
- name: Upload Integration Plugin Artifact
0 commit comments