Skip to content

Commit

Permalink
Add step to upload artifacts on a new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Feb 5, 2024
1 parent 6038152 commit 277846f
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 277846f

Please sign in to comment.