Skip to content

Commit

Permalink
Autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 15, 2024
1 parent cc01be1 commit f634e88
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,20 @@ jobs:
name: ${{matrix.os}}-build
path: |
${{github.workspace}}/build/out/*
release:
runs-on: ubuntu-latest
steps:
- name: Get Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true
- name: Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: artifacts/*
generateReleaseNotes: true
makeLatest: true


0 comments on commit f634e88

Please sign in to comment.