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 463a675 commit d21159b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@ jobs:
set -eux
TEMP_EXTRACT=$(mktemp -d)
tar -xf "devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar" -C "${TEMP_EXTRACT}"
zip --verbose --recurse-paths devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip "${TEMP_EXTRACT}"
gzip "devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar"
split --verbose --numeric-suffixes --bytes=2000M --suffix-length=1 \
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip \
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip.part
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz \
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz.part
ls -lah
- name: Pre-Release
Expand All @@ -111,4 +109,4 @@ jobs:
draft: true
prerelease: true
files: |
./devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.zip.part*
./devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz.part*

0 comments on commit d21159b

Please sign in to comment.