mirror of
https://github.com/yawaflua/SPWorldsWrapper.git
synced 2025-12-14 01:26:21 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b76b43dc9 | ||
|
|
f8ebcf7141 | ||
|
|
7a2454d29c | ||
|
|
de5e7279fd | ||
|
|
a9ac13413f | ||
|
|
5f9b768005 | ||
|
|
88ba00f1b4 |
8
.github/workflows/nuget.yml
vendored
8
.github/workflows/nuget.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: NetLicensing C# Client - Release
|
||||
name: NuGet - Release
|
||||
|
||||
on:
|
||||
release:
|
||||
@@ -13,10 +13,6 @@ jobs:
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '8.x.x'
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Set output
|
||||
id: vars
|
||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||
@@ -24,6 +20,6 @@ jobs:
|
||||
uses: brandedoutcast/publish-nuget@v2
|
||||
with:
|
||||
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
||||
VERSION_REGEX: ${{ steps.vars.outputs.tags }}
|
||||
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
||||
TAG_FORMAT: '*'
|
||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# SPWorldsWrapper
|
||||

|
||||

|
||||
|
||||
Actions pass:
|
||||
|
||||

|
||||

|
||||
|
||||
Это довольно простой wrapper для работы с сайтом, а не с апи. Он позволяет:
|
||||
- Находить более расширные данные о пользователь от сайта, нежели стандартные апи.
|
||||
|
||||
Reference in New Issue
Block a user