Skip to content

Commit cc0a6e1

Browse files
authored
Try 100M
1 parent 6692a98 commit cc0a6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: install
2121
run: brew install gh
2222
- name: generate
23-
run: dd if=/dev/urandom of=sample.txt bs=300M count=1
23+
run: dd if=/dev/urandom of=sample.txt bs=100M count=1
2424
- name: release
2525
env:
2626
DEBUG: true
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: gh release create --generate-notes v0.0.7 sample.txt
28+
run: gh release create --generate-notes v0.0.8 sample.txt

0 commit comments

Comments
 (0)