support to select xmake/branch and fix links

This commit is contained in:
ruki
2020-03-31 23:15:55 +08:00
Unverified
parent 470933beed
commit 1efbed5ef3
3 changed files with 45 additions and 12 deletions
+8
View File
@@ -26,6 +26,14 @@ with:
xmake-version: '2.3.1'
```
Use specified branch:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
```
Use semver:
```yml