Skip to content

Commit df338b7

Browse files
committed
Remove manual zip step, upload-artifact zips automatically
https://claude.ai/code/session_01KR8kVy6SZfAFds84XFTt6d
1 parent d8a012c commit df338b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ jobs:
7272
name: modbusscope-windows
7373
path: all-artifacts/windows
7474

75-
- name: Create combined zip
76-
run: zip -r modbusscope-all-platforms.zip all-artifacts/
77-
7875
- uses: actions/upload-artifact@v7.0.0
7976
with:
8077
name: modbusscope-all-platforms
81-
path: modbusscope-all-platforms.zip
78+
path: all-artifacts/

0 commit comments

Comments
 (0)