Skip to content

Commit

Permalink
Working on win32 installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Dec 13, 2023
1 parent 71ead4d commit 0308234
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/winpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,14 @@ jobs:
omitBody: true
omitPrereleaseDuringUpdate: true
replacesArtifacts: true

- uses: ncipollo/release-action@v1
with:
tag: ${{ steps.gettag.outputs.tag }}
artifacts: "pw3270-*-*.exe"
allowUpdates: true
draft: true
makeLatest: true
omitBody: true
omitPrereleaseDuringUpdate: true
replacesArtifacts: true

2 changes: 1 addition & 1 deletion win/bundle.common
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ make_nsis() {
fi
fi

mv -f ${buildroot}${MINGW_PREFIX}/${PACKAGE_NAME}*.exe "${srcdir}"
mv -v -f ${buildroot}${MINGW_PREFIX}/${PACKAGE_NAME}*.exe "${srcdir}"
if [ "$?" != "0" ]; then
echo "Cant copy nsis installer"
exit -1
Expand Down

0 comments on commit 0308234

Please sign in to comment.