diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee58b45..5948f8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,7 @@ jobs: - name: MakeNSIS run: | ./win/bundle.msys --nsi + mv .bin/bundle/mingw64/bin/*.exe . find . -iname '*.exe' - uses: oprypin/find-latest-tag@v1 id: gettag @@ -82,6 +83,16 @@ 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 macos-publish: runs-on: macos-latest steps: -- libgit2 0.21.2