actions / upload-release-asset

An Action to upload a release asset via the GitHub Release API
MIT License
687 stars 189 forks source link

Add an example workflow #32

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello,

I have made an example workflow to build and publish releases of a CMake project for all Platforms. its a simple C++ hello world project.

I think that it may help some people to learn how to build a project, upload artifact, download artifact, create release and attach artifacts to release.