Skip to content

Commit 96129a8

Browse files
authored
Merge pull request #20 from Treeways/main
CI artifact improvements
2 parents 4821074 + 1b8f87c commit 96129a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
New-Item -Path artifact -ItemType Directory -Force
3838
Copy-Item -Path 'bin/Debug/*' -Destination artifact -Recurse
3939
Copy-Item -Path 'scripts/*' -Destination artifact -Recurse
40-
Compress-Archive -Path artifact/* -DestinationPath HAT.zip
40+
Compress-Archive -Path artifact/ -DestinationPath HAT.zip
4141
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: HAT
46-
path: HAT.zip
46+
path: artifact/
4747
if-no-files-found: error

0 commit comments

Comments
 (0)