We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510ded2 commit c950015Copy full SHA for c950015
1 file changed
.github/workflows/regression.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
args: -b ${{github.ref}} -f "${{matrix.flags}}"
63
- name: Compress binaries
64
- run: tar -zcvf install_bin.tgz install/bin install/lib install/mpp-data
+ run: tar -zcvf install_bin.tgz install/*
65
- name: Upload Binaries
66
uses: actions/upload-artifact@v3
67
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
0 commit comments