Skip to content

Commit 7982931

Browse files
committed
Add missing file ("random-names.txt") to the build
1 parent 67e0672 commit 7982931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
cd build
3131
for dir in */; do
32+
( cd "$dir" && cp ../../random-names.txt . )
33+
3234
if [ "$RUNNER_OS" = "Windows" ]; then
3335
( cd "$dir" && 7z a -tzip ../"${dir%/}".zip . )
3436
else

0 commit comments

Comments
 (0)