Skip to content

Commit ee73a7d

Browse files
fix double-zip issue in artifact merge job
Remove manual zipping since GitHub automatically zips artifacts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 13692ab commit ee73a7d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,8 @@ jobs:
271271
path: artifacts
272272
merge-multiple: true
273273

274-
- name: Create merged artifact
275-
run: |
276-
cd artifacts
277-
zip -r ../jaylib-all-platforms.zip .
278-
279274
- name: Upload merged artifact
280275
uses: actions/upload-artifact@v4
281276
with:
282277
name: jaylib-all-platforms
283-
path: jaylib-all-platforms.zip
278+
path: artifacts/

0 commit comments

Comments
 (0)