Skip to content

Commit

Permalink
Debugging publisher.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Mar 7, 2024
1 parent 9dead1f commit 0504390
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 0504390

Please sign in to comment.