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 10cdc2d commit 3d97c38Copy full SHA for 3d97c38
.github/workflows/build.yaml
@@ -74,10 +74,9 @@ jobs:
74
- name: Build Integration Plugin
75
working-directory: ./integration-plugin
76
run: make build
77
- - name: Pack Integration Plugin Build
78
- working-directory: ./integration-plugin
+ - name: Pack Plugin Builds
79
run: |
80
- find build/ \( -type f -o -type d \) -printf "%P\n" | tar -czf integration-plugin.tar --no-recursion -C build/ -T -
+ 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
82
uses: actions/upload-artifact@v3
83
with:
0 commit comments