Skip to content

Commit cf27063

Browse files
committed
fix: release structure
1 parent fa01b33 commit cf27063

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Pack Integration Plugin Build
7878
working-directory: ./integration-plugin
7979
run: |
80-
tar -cvf integration-plugin.tar build/*
80+
find build/ \( -type f -o -type d \) -printf "%P\n" | tar -czf integration-plugin.tar --no-recursion -C build/ -T -
8181
- name: Upload Integration Plugin Artifact
8282
uses: actions/upload-artifact@v3
8383
with:

0 commit comments

Comments
 (0)