mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
(MAJOR) Final fixes for build-scripts
This commit is contained in:
parent
ec27f18d24
commit
4c6313961b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -52,5 +52,3 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||||
- name: Nuget Push Symbols
|
|
||||||
run: dotnet nuget push **\*.snupkg --skip-duplicate --symbol-api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
|
||||||
|
|||||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -57,10 +57,4 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: bin/net6.0/RGB.NET.*.dll
|
files: bin/net6.0/RGB.NET.*.dll
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
run: dotnet nuget push "bin/*.nupkg" --skip-duplicate --api-key ${NUGET_TOKEN}
|
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||||
env:
|
|
||||||
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
|
|
||||||
- name: Nuget Push Symbols
|
|
||||||
run: dotnet nuget push "bin/*.snupkg" --skip-duplicate --api-key ${NUGET_TOKEN}
|
|
||||||
env:
|
|
||||||
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user