Skip to content

Commit

Permalink
Fix publishing config
Browse files Browse the repository at this point in the history
sigh,
  • Loading branch information
hedgehog1029 committed Jan 2, 2024
1 parent 857ea9c commit 3f06af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
dotnet-version: '6.0'
- run: dotnet tool install -g tcli
- run: dotnet build -c Release
- run: dotnet nuget push bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
- run: tcli publish --file bin/Release/net472/BaboonAPI-thunderstore.zip --token ${{ secrets.THUNDERSTORE_TOKEN }}
- run: dotnet nuget push BaboonAPI/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
- run: tcli publish --file BaboonAPI/bin/Release/net472/BaboonAPI-thunderstore.zip --token ${{ secrets.THUNDERSTORE_TOKEN }}

0 comments on commit 3f06af2

Please sign in to comment.