Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanij committed Jan 30, 2020
1 parent db6ea63 commit 4ffd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Copy Config, Resources, SunEngine.md and move all build to root
run: |
cp -RT Config.server.template build
cp -RT Config.server.template build/Config.server.template
cp -RT Resources build/Resources
cp -T SunEngine.md build/SunEngine.md
find . -maxdepth 1 -not -name 'build' -not -name '.' -not -name '.git' -print0 | xargs -0 rm -rf
Expand Down

0 comments on commit 4ffd266

Please sign in to comment.