Skip to content

Commit 7863117

Browse files
Merge pull request #587 from dolthub/eric/zip-fix
Set compression level 0 for artifact upload
2 parents 49f6e7b + b1e41c7 commit 7863117

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cd-release-mas.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
path: ${{ github.workspace }}/web/dist/mas-universal/DoltWorkbench-mac-universal-${{ steps.bump-mas-version.outputs.new-version }}.pkg
8383
retention-days: 90
8484
overwrite: true
85+
compression-level: 0
8586

8687
commit-build-version:
8788
name: Commit new build version

.github/workflows/cd-release-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
path: ${{ github.workspace }}/web/dist/Dolt-Workbench-win-x64.appx
6969
retention-days: 90
7070
overwrite: true
71+
compression-level: 0
7172

7273
commit-build-version:
7374
name: Commit new build version

0 commit comments

Comments
 (0)