Skip to content

Commit fa6b55a

Browse files
committed
Copy README.md into C# project.
1 parent c79bfd9 commit fa6b55a

File tree

3 files changed

+992
-0
lines changed

3 files changed

+992
-0
lines changed

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
(cd RhythmGameUtilities && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/{} \;)
7373
(cd RhythmGameUtilities.Tests && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \;)
7474
cp LICENSE ./UnityPackage/
75+
cp README.md ./RhythmGameUtilities/
7576
cp README.md ./UnityPackage/
7677
cp screenshot.png ./UnityPackage/
7778

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ copy: ## Copy files from project to UnityPackage
1818
(cd RhythmGameUtilities && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/{} \;)
1919
(cd RhythmGameUtilities.Tests && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \;)
2020
cp LICENSE ./UnityPackage/
21+
cp README.md ./RhythmGameUtilities/
2122
cp README.md ./UnityPackage/
2223
cp screenshot.png ./UnityPackage/
2324

0 commit comments

Comments
 (0)