Skip to content

Commit

Permalink
Updated usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogromca-SCP authored Feb 2, 2024
1 parent 93e53ce commit 54d8748
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1.0.0
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: MyPlugin
```
Expand All @@ -53,7 +53,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1.0.0
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: MyPlugin
refs-variable: SL_REFERENCES # Name of your environment variable used to reference SCP:SL files
Expand All @@ -72,7 +72,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1.0.0
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: MyPlugin
dependencies: MyPlugin.CoreLib,MyPlugin.Utils
Expand All @@ -92,7 +92,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1.0.0
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: MyPlugin
includes: MyPlugin/bin/Harmony0.dll,README.md # Any file type can be added
Expand All @@ -111,7 +111,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin@v1.0.0
uses: Pogromca-SCP/build-nwapi-plugin@v1
with:
plugin-name: MyPlugin
run-tests: false
Expand Down

0 comments on commit 54d8748

Please sign in to comment.