diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e53be1..cf40bdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,3 +48,10 @@ jobs: with: name: macos-angle-artifacts path: ${{ env.ANGLE_BUILDER_OUTPUT_FOLDER }} + + - name: Upload artifacts to release + uses: softprops/action-gh-release@v0.1.15 + if: startsWith(github.ref, 'refs/tags/') + with: + files: "${{ env.ANGLE_BUILDER_OUTPUT_FOLDER }}/*" + draft: true