We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4821074 + 1b8f87c commit 96129a8Copy full SHA for 96129a8
1 file changed
.github/workflows/ci.yaml
@@ -37,11 +37,11 @@ jobs:
37
New-Item -Path artifact -ItemType Directory -Force
38
Copy-Item -Path 'bin/Debug/*' -Destination artifact -Recurse
39
Copy-Item -Path 'scripts/*' -Destination artifact -Recurse
40
- Compress-Archive -Path artifact/* -DestinationPath HAT.zip
+ Compress-Archive -Path artifact/ -DestinationPath HAT.zip
41
42
- name: Upload artifact
43
uses: actions/upload-artifact@v4
44
with:
45
name: HAT
46
- path: HAT.zip
+ path: artifact/
47
if-no-files-found: error
0 commit comments