Commit bc581a0f47a4ecb89c63bd8febaaabd7b563bb6e

Authored by Perry Werneck
1 parent 3f794f59
Exists in develop

Using libv3270 draft for bundle.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/macpkg.yml
@@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
33 - uses: robinraju/release-downloader@v1.7 33 - uses: robinraju/release-downloader@v1.7
34 with: 34 with:
35 repository: "PerryWerneck/libv3270" 35 repository: "PerryWerneck/libv3270"
36 - latest: true 36 + tag: 5.4
37 fileName: "macos-libv3270.tar.xz" 37 fileName: "macos-libv3270.tar.xz"
38 - name: build 38 - name: build
39 run: ./mac/ci-build.sh 39 run: ./mac/ci-build.sh