Commit 59ef8d4ea4604ee8a3e8b29e318e185ccda06282
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,7 +24,6 @@ jobs: | ||
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 | 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 | - name: CI-Build | 25 | - name: CI-Build |
26 | run: | | 26 | run: | |
27 | - pacman -U --noconfirm *.pkg.tar.zst | ||
28 | dos2unix PKGBUILD.mingw | 27 | dos2unix PKGBUILD.mingw |
29 | makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw | 28 | makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw |
30 | - uses: ncipollo/release-action@v1 | 29 | - uses: ncipollo/release-action@v1 |