Skip to content

Commit

Permalink
Try releasing within the same runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed May 24, 2024
1 parent a93fc13 commit f4ef244
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,10 @@ jobs:
with:
path: build/src/c/libwhatsmeow.dll
name: libwhatsmeow.dll

release:
if: contains(github.ref, 'tags/v')
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v4 # so CHANGELOG.md is available

- uses: ncipollo/release-action@v1
- name: Create Release
if: contains(github.ref, 'tags/v')
uses: ncipollo/release-action@v1
with:
artifacts: libwhatsmeow.dll
bodyFile: CHANGELOG.md

0 comments on commit f4ef244

Please sign in to comment.