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 9927aa2 commit e9c791fCopy full SHA for e9c791f
.github/workflows/ci.yml
@@ -85,6 +85,8 @@ jobs:
85
distribution: temurin
86
java-version: '8'
87
88
+ - run: alias dpkg-deb='dpkg-deb -Zgzip'
89
+
90
- run: yarn install --immutable --immutable-cache --check-cache
91
92
- run: yarn gulp release ${{ matrix.releaseArgs }}
0 commit comments