support local

This commit is contained in:
Opportunity
2020-07-17 11:45:52 +08:00
Unverified
parent bff8013f3d
commit fad1ce1d16
27 changed files with 581 additions and 322 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ Use latest version:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
xmake-version: latest
```
Use specified version:
@@ -24,7 +24,7 @@ Use specified version:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.3.1'
xmake-version: '2.3.1'
```
Use specified branch:
@@ -32,7 +32,7 @@ Use specified branch:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: branch@master
```
Use semver:
@@ -40,5 +40,5 @@ Use semver:
```yml
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '>=2.2.6 <=2.3.1'
xmake-version: '>=2.2.6 <=2.3.1'
```