We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6ea63 commit 4ffd266Copy full SHA for 4ffd266
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Copy Config, Resources, SunEngine.md and move all build to root
42
run: |
43
- cp -RT Config.server.template build
+ cp -RT Config.server.template build/Config.server.template
44
cp -RT Resources build/Resources
45
cp -T SunEngine.md build/SunEngine.md
46
find . -maxdepth 1 -not -name 'build' -not -name '.' -not -name '.git' -print0 | xargs -0 rm -rf
0 commit comments