Skip to content

Commit 6dfc393

Browse files
committed
FUCK
1 parent eebe5ed commit 6dfc393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: pwsh
3535
run: |
3636
New-Item -Path artifact -ItemType Directory -Force
37-
Copy-Item -Path 'bin/Release/*' -Destination artifact -Recurse
37+
Copy-Item -Path 'bin/Debug/*' -Destination artifact -Recurse
3838
Copy-Item -Path 'scripts/*' -Destination artifact -Recurse
3939
Compress-Archive -Path artifact/* -DestinationPath HAT.zip
4040

0 commit comments

Comments
 (0)