Commit 59ef8d4ea4604ee8a3e8b29e318e185ccda06282

Authored by Perry Werneck
1 parent ff1f1604
Exists in develop

Debugging publisher.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -24,7 +24,6 @@ jobs:
24 24 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
25 25 - name: CI-Build
26 26 run: |
27   - pacman -U --noconfirm *.pkg.tar.zst
28 27 dos2unix PKGBUILD.mingw
29 28 makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw
30 29 - uses: ncipollo/release-action@v1
... ...