Skip to content

Commit d8c6c98

Browse files
committed
Create alias
1 parent 9927aa2 commit d8c6c98

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: shopt -s expand_aliases
89+
90+
- run: 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)