Skip to content

Commit 6d8ee0d

Browse files
committed
Create alias
1 parent 9927aa2 commit 6d8ee0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
distribution: temurin
8686
java-version: '8'
8787

88+
- run: |
89+
shopt -s expand_aliases
90+
alias dpkg-deb='dpkg-deb -Zgzip'
91+
if: ${{ matrix.name == 'Linux' }}
92+
8893
- run: yarn install --immutable --immutable-cache --check-cache
8994

9095
- run: yarn gulp release ${{ matrix.releaseArgs }}

0 commit comments

Comments
 (0)