We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1140d6 commit 42a4c2dCopy full SHA for 42a4c2d
1 file changed
.github/workflows/c-cpp.yml
@@ -73,6 +73,7 @@ jobs:
73
mkdir -p dist
74
cp "${{ matrix.lib_src }}" "dist/${{ matrix.lib_dst }}"
75
cp "${{ matrix.exe_src }}" "dist/${{ matrix.exe_dst }}"
76
+ tar -czf "dist/${{ matrix.platform }}.tar.gz" -C dist "${{ matrix.lib_dst }}"
77
78
- name: Package
79
if: runner.os == 'Windows'
@@ -81,6 +82,7 @@ jobs:
81
82
83
84
85
86
87
- name: Upload artifact
88
uses: actions/upload-artifact@v4
0 commit comments