Skip to content

Commit

Permalink
Add missing file ("random-names.txt") to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Feb 27, 2023
1 parent 67e0672 commit 7982931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
cd build
for dir in */; do
( cd "$dir" && cp ../../random-names.txt . )
if [ "$RUNNER_OS" = "Windows" ]; then
( cd "$dir" && 7z a -tzip ../"${dir%/}".zip . )
else
Expand Down

0 comments on commit 7982931

Please sign in to comment.