Skip to content

Commit

Permalink
Update actions-artifacts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Oct 30, 2024
1 parent ff39dda commit 1bd0f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/actions-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ find "bin/linux/x64/node/node-v$node_version-linux-x64/lib/node_modules/npm/" -t
# Commit
if [[ $(stat -c%s "bin/linux/x64/node/node-v$node_version-linux-x64/bin/node") -gt 104857600 ]]; then
split -b 104857600 --numeric-suffixes=1 --suffix-length=3 "bin/linux/x64/node/node-v$node_version-linux-x64/bin/node" "bin/linux/x64/node/node-v$node_version-linux-x64/bin/node."
rm "bin/linux/x64/node/node-v$node_version-linux-x64/bin/node"
git update-index --assume-unchanged "bin/linux/x64/node/node-v$node_version-linux-x64/bin/node"
fi
git add "bin/linux/x64/node/node-v$node_version-linux-x64"
git -c user.name="GitHub" -c user.email="[email protected]" commit --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" -m"Add Linux x64 Node $node_version release artifacts" | sed -n 1p
Expand Down

0 comments on commit 1bd0f0f

Please sign in to comment.