We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebe5ed commit 6dfc393Copy full SHA for 6dfc393
1 file changed
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
shell: pwsh
35
run: |
36
New-Item -Path artifact -ItemType Directory -Force
37
- Copy-Item -Path 'bin/Release/*' -Destination artifact -Recurse
+ Copy-Item -Path 'bin/Debug/*' -Destination artifact -Recurse
38
Copy-Item -Path 'scripts/*' -Destination artifact -Recurse
39
Compress-Archive -Path artifact/* -DestinationPath HAT.zip
40
0 commit comments