Skip to content

Commit e326b9d

Browse files
committed
Don't zip the uploaded artifacts on CI twice
1 parent a21fe39 commit e326b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
- name: Upload artifact
5252
uses: actions/upload-artifact@v4
5353
with:
54-
name: LinkKit.zip
55-
path: link_kit/build/output/LinkKit.zip
54+
name: LinkKit
55+
path: link_kit/build/output/LinkKit

0 commit comments

Comments
 (0)