Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 27, 2024
1 parent 8084c48 commit ae40954
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 @@ -94,7 +94,7 @@ jobs:
set -eux
TEMP_EXTRACT=$(mktemp -d)
tar -xvf "devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar" -C "${TEMP_EXTRACT}"
tar -xf "devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar" -C "${TEMP_EXTRACT}"
zip --verbose devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip "${TEMP_EXTRACT}"
split --verbose --numeric-suffixes --bytes=2000M --suffix-length=1 \
Expand Down

0 comments on commit ae40954

Please sign in to comment.