Commit e287d84fbdb3ae8a79819a4b9669d04d28350cde
Committed by
GitHub
1 parent
b9d3f90d
Exists in
develop
Update publish.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/publish.yml
... | ... | @@ -24,7 +24,7 @@ jobs: |
24 | 24 | with: |
25 | 25 | msystem: mingw64 |
26 | 26 | update: true |
27 | - install: dos2unix mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool | |
27 | + install: zip dos2unix mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool | |
28 | 28 | - name: CI-Build |
29 | 29 | run: ./win/mingw-build.sh |
30 | 30 | - name: Bundle | ... | ... |