We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f6e7b commit b1e41c7Copy full SHA for b1e41c7
.github/workflows/cd-release-mas.yaml
@@ -82,6 +82,7 @@ jobs:
82
path: ${{ github.workspace }}/web/dist/mas-universal/DoltWorkbench-mac-universal-${{ steps.bump-mas-version.outputs.new-version }}.pkg
83
retention-days: 90
84
overwrite: true
85
+ compression-level: 0
86
87
commit-build-version:
88
name: Commit new build version
.github/workflows/cd-release-windows.yaml
@@ -68,6 +68,7 @@ jobs:
68
path: ${{ github.workspace }}/web/dist/Dolt-Workbench-win-x64.appx
69
70
71
72
73
74
0 commit comments