Skip to content

Commit

Permalink
Debugging publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Feb 19, 2024
1 parent 8c03200 commit 30188b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
fileName: "mingw-w64-x86_64-lib3270-5.4-0-x86_64.pkg.tar.zst"
- name: CI-Build
run: |
pacman -U --noconfirm *.pkg.tar.zst
dos2unix PKGBUILD.mingw
makepkg BUILDDIR=/tmp/pkg -p PKGBUILD.mingw
- uses: ncipollo/release-action@v1
Expand Down Expand Up @@ -61,6 +62,11 @@ jobs:
rm -f /usr/local/bin/go || true
rm -f /usr/local/bin/gofmt || true
brew upgrade
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/lib3270"
latest: true
fileName: "macos-lib3270.tar.xz"
- name: build
run: ./mac/ci-build.sh
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 30188b8

Please sign in to comment.