Skip to content

Commit 934b7a2

Browse files
committed
Create alias
1 parent 9927aa2 commit 934b7a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

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

88+
- run: |
89+
shopt -s expand_aliases
90+
alias dpkg-deb='dpkg-deb -Zgzip'
91+
8892
- run: yarn install --immutable --immutable-cache --check-cache
8993

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

0 commit comments

Comments
 (0)