mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-26 23:20:43 +00:00
fix artifact upload
This commit is contained in:
parent
82274d66d9
commit
eca148f037
4
.github/workflows/sdk-publish-unstable.yaml
vendored
4
.github/workflows/sdk-publish-unstable.yaml
vendored
@ -53,11 +53,11 @@ jobs:
|
||||
|
||||
- name: Build packages
|
||||
run: |
|
||||
dotnet build -c Release
|
||||
dotnet build -c Release Jellyfin.Sdk -o artifacts
|
||||
|
||||
- name: Publish to nuget
|
||||
run: |
|
||||
dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
|
||||
- name: Commit new changes to the repo
|
||||
run: |
|
||||
|
4
.github/workflows/sdk-publish.yaml
vendored
4
.github/workflows/sdk-publish.yaml
vendored
@ -50,11 +50,11 @@ jobs:
|
||||
|
||||
- name: Build packages
|
||||
run: |
|
||||
dotnet build -c Release Jellyfin.Sdk
|
||||
dotnet build -c Release Jellyfin.Sdk -o artifacts
|
||||
|
||||
- name: Publish to nuget
|
||||
run: |
|
||||
dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
|
||||
- name: Commit new changes to the repo
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user