Skip to content

Commit 3d97c38

Browse files
committed
fix: release structure
1 parent 10cdc2d commit 3d97c38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ jobs:
7474
- name: Build Integration Plugin
7575
working-directory: ./integration-plugin
7676
run: make build
77-
- name: Pack Integration Plugin Build
78-
working-directory: ./integration-plugin
77+
- name: Pack Plugin Builds
7978
run: |
80-
find build/ \( -type f -o -type d \) -printf "%P\n" | tar -czf integration-plugin.tar --no-recursion -C build/ -T -
79+
tar -czf integration-plugin.tar --no-recursion -C ./integration-plugin/build/ integration-plugin -C ./steampipe-plugin-github/build/ steampipe-plugin-github.plugin
8180
- name: Upload Integration Plugin Artifact
8281
uses: actions/upload-artifact@v3
8382
with:

0 commit comments

Comments
 (0)