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 20063b0 commit ece6a10Copy full SHA for ece6a10
.github/workflows/release.yml
@@ -134,7 +134,7 @@ jobs:
134
cp downloaded_artifacts/subtree_linux_aarch64/subtree_linux_aarch64 "${BUNDLE_DIR}/linux-arm64/subtree"
135
136
# Create artifact bundle manifest
137
- cat > "${BUNDLE_DIR}/artifactbundle.json" << EOF
+ cat > "${BUNDLE_DIR}/info.json" << EOF
138
{
139
"schemaVersion": "1.0",
140
"artifacts": {
@@ -160,8 +160,8 @@ jobs:
160
}
161
EOF
162
163
- # Create zip archive
164
- zip -r "subtree.artifactbundle.zip" "${BUNDLE_DIR}"
+ # Create zip archive with maximum compression
+ 7z a -tzip -mx=9 "subtree.artifactbundle.zip" "${BUNDLE_DIR}"
165
166
- name: Upload release binaries
167
uses: skx/github-action-publish-binaries@master
0 commit comments