diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a5cd02..db72ee6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} - artifacts: "*-pw3270-*.pkg.tar.zst" + artifacts: "*-pw3270-5*.pkg.tar.zst" allowUpdates: true draft: true makeLatest: true @@ -69,8 +69,6 @@ jobs: ./win/bundle.msys --nsi --zip find . -iname '*.exe' find . -iname '*.zip' - rm -f *plugin* - tar -C ./.bin/bundle -Jcf mingw-w64-x86_64-pw3270-bundle-x86_64.tar.xz . - uses: ncipollo/release-action@v1 with: tag: ${{ steps.gettag.outputs.tag }} @@ -81,6 +79,16 @@ jobs: omitBody: true omitPrereleaseDuringUpdate: true replacesArtifacts: true + - uses: ncipollo/release-action@v1 + with: + tag: ${{ steps.gettag.outputs.tag }} + artifacts: "pw3270-5*.exe" + allowUpdates: true + draft: true + makeLatest: true + omitBody: true + omitPrereleaseDuringUpdate: true + replacesArtifacts: true macos-publish: runs-on: macos-latest steps: -- libgit2 0.21.2