mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-06-21 03:42:07 +02:00
Update readme
This commit is contained in:
parent
f43c5d7207
commit
85f4774ad0
1 changed files with 2 additions and 4 deletions
6
README.md → .github/README.md
vendored
6
README.md → .github/README.md
vendored
|
@ -14,9 +14,7 @@ Basic:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: wopox1337/setup-amxxpawn@master
|
||||
with:
|
||||
version: '1.10.x'
|
||||
- uses: wopox1337/setup-amxxpawn@v1
|
||||
|
||||
- run: amxxpc -i"AnotherIncludeDirectory" plugin.sma -o"output/plugin.amxx"
|
||||
```
|
||||
|
@ -36,7 +34,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup AMXXPawn
|
||||
uses: wopox1337/setup-amxxpawn@master
|
||||
uses: wopox1337/setup-amxxpawn@v1
|
||||
with:
|
||||
version: ${{ matrix.amxx-version }}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue