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 fa01b33 commit cf27063Copy full SHA for cf27063
.github/workflows/build.yaml
@@ -77,7 +77,7 @@ jobs:
77
- name: Pack Integration Plugin Build
78
working-directory: ./integration-plugin
79
run: |
80
- tar -cvf integration-plugin.tar build/*
+ find build/ \( -type f -o -type d \) -printf "%P\n" | tar -czf integration-plugin.tar --no-recursion -C build/ -T -
81
- name: Upload Integration Plugin Artifact
82
uses: actions/upload-artifact@v3
83
with:
0 commit comments