We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100acd7 commit 370ebccCopy full SHA for 370ebcc
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
mkdir .\dist\resource\
28
xcopy .\resource\ .\dist\resource\ /E
29
- xcopy .\config.json .\dist\ /E
+ xcopy .\config.json .\dist\
30
31
- name: Zip Release
32
uses: TheDoctor0/zip-release@main
0 commit comments