Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit a01cec7

Browse files
Update dev-builds.yml
1 parent 3f67ae6 commit a01cec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ jobs:
3636
mkdir TU1-temp
3737
cp -r ./versions/Common/* ./TU1-temp/
3838
cp -r ./versions/TU1/* ./TU1-temp/
39-
cp ./LICENSE ./TU1-temp/
39+
cp ./LICENSE.md ./TU1-temp/
4040
cp ./README.md ./TU1-temp/
4141
4242
mkdir TU3-temp
4343
cp -r ./versions/Common/* ./TU3-temp/
4444
cp -r ./versions/TU3/* ./TU3-temp/
45-
cp ./LICENSE ./TU3-temp/
45+
cp ./LICENSE.md ./TU3-temp/
4646
cp ./README.md ./TU3-temp/
4747
4848
mkdir TU5-temp
4949
cp -r ./versions/Common/* ./TU5-temp/
5050
cp -r ./versions/TU5/* ./TU5-temp/
51-
cp ./LICENSE ./TU5-temp/
51+
cp ./LICENSE.md ./TU5-temp/
5252
cp ./README.md ./TU5-temp/
5353
5454
- name: Create TU1 build

0 commit comments

Comments
 (0)