Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 27, 2024
1 parent 89f5f12 commit 3c40847
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ jobs:
console.log('end run')
- name: Split archive file.
run: |+
set -eux
gzip devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar
split -b 2000M devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz \
devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz.part-
ls -lah
- name: Pre-Release
uses: softprops/action-gh-release@v2
with:
Expand All @@ -98,4 +107,4 @@ jobs:
draft: true
prerelease: true
files: |
./devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar
./devtool-wsl2-${{ env.COMMIT_SHORT_SHA }}.tar.gz.part-*

0 comments on commit 3c40847

Please sign in to comment.