AAAAAAAAAAAA
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
9e37856ac9
commit
9bf35844e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yaml
vendored
2
.github/workflows/build-test.yaml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
- name: Build the package
|
||||
run: dotnet build --configuration Release --no-restore -p:SymbolPackageFormat=snupkg
|
||||
- name: Publish the package
|
||||
run:
|
||||
run: |
|
||||
dotnet nuget push src/Xdg.Directories/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }}
|
||||
dotnet nuget push src/Xdg.Directories/bin/Release/*.snupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue