Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github actions upload to bintray (#292)
* use tagging for uploading github builds to bintray * currently, tagging already produces github draft releases * use the following commands for triggering: ``` git checkout [branch|SHA] git tag descriptiveTagName #create local tag git push [upstream|origin] descriptiveTagName #push the tag to emuflight git tag --delete descriptiveTagName #delete the local tag git push --delete [upstream|origin] descriptiveTagName #delete the online tag (otherwise it will show in releases) ``` will produce something like: ![image](https://user-images.githubusercontent.com/56646290/85460556-f5020d00-b568-11ea-805f-ea23cfbb9ba1.png)
- Loading branch information