Skip to content

Commit

Permalink
Add step to create a release when a new tag is added (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Feb 6, 2024
1 parent 6038152 commit 0a97226
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
with:
name: macos-angle-artifacts
path: ${{ env.ANGLE_BUILDER_OUTPUT_FOLDER }}

- name: Upload artifacts to release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
files: "${{ env.ANGLE_BUILDER_OUTPUT_FOLDER }}/*"
draft: true

0 comments on commit 0a97226

Please sign in to comment.