Skip to content

Commit

Permalink
Copy same files as release process in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Aug 7, 2023
1 parent 775e45d commit affa274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- run: mkdir -p tool/lrama
working-directory: ../ruby
- name: Copy Lrama to ruby/tool
run: cp -r exe lib template ../ruby/tool/lrama
run: cp -r LEGAL.md MIT exe lib template ../ruby/tool/lrama
working-directory:
- run: tree tool/lrama
working-directory: ../ruby
Expand Down

0 comments on commit affa274

Please sign in to comment.