Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 27, 2024
1 parent ae40954 commit 463a675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
TEMP_EXTRACT=$(mktemp -d)
tar -xf "devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar" -C "${TEMP_EXTRACT}"
zip --verbose devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip "${TEMP_EXTRACT}"
zip --verbose --recurse-paths devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip "${TEMP_EXTRACT}"
split --verbose --numeric-suffixes --bytes=2000M --suffix-length=1 \
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip \
Expand Down

0 comments on commit 463a675

Please sign in to comment.