Skip to content

Commit 4ffd266

Browse files
author
Okeanij
committed
Workflow fix
1 parent db6ea63 commit 4ffd266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Copy Config, Resources, SunEngine.md and move all build to root
4242
run: |
43-
cp -RT Config.server.template build
43+
cp -RT Config.server.template build/Config.server.template
4444
cp -RT Resources build/Resources
4545
cp -T SunEngine.md build/SunEngine.md
4646
find . -maxdepth 1 -not -name 'build' -not -name '.' -not -name '.git' -print0 | xargs -0 rm -rf

0 commit comments

Comments
 (0)