Skip to content

Commit 1a54d7e

Browse files
author
Jakub Sliacan
committed
gha: do not zip before uploading, GH zips anyways
1 parent 79552e5 commit 1a54d7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/box.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ jobs:
3131
cp gha/process-box.py .
3232
python process-box.py
3333
34-
- name: Package artifacts
35-
run: zip -r ot-figures.zip gha/out/ot-figures/
36-
3734
- name: Upload OT figures
3835
uses: actions/upload-artifact@v4
3936
with:
4037
name: OT-figures
41-
path: ot-figures.zip
38+
path: gha/out/ot-figures
4239

4340
- name: Upload OT events file
4441
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)