Skip to content

Commit

Permalink
Updating name of the 'glue' library.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Jun 2, 2023
1 parent b77bf65 commit c81b87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
repository: "PerryWerneck/libipc3270"
latest: true
fileName: "msvc-libipc3270.zip"
fileName: "msvc-libipc3270-x86_64.zip"
- name: Extract libipc3270
run: 7z x msvc-libipc3270.zip -y -oipc3270
run: 7z x msvc-libipc3270-x86_64.zip -y -oipc3270
- name: Build installer
run: python setup.py bdist_wininst
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c81b87c

Please sign in to comment.