Skip to content

Commit

Permalink
ci: fix publish package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm174 committed Aug 15, 2021
1 parent fbcfa6d commit 7c7108f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- run: |
cd src/WPCEmu
dotnet pack -c Release -o nupkg
nuget push nupkg/WPCEmu.*.nupkg -ApiKey ${{ secrets.NUGET_KEY }} -src https://api.nuget.org/v3/index.json
nuget push nupkg/WPCEmuCS.*.nupkg -ApiKey ${{ secrets.NUGET_KEY }} -src https://api.nuget.org/v3/index.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WPC-Emu CS
# WPCEmuCS

[![CI status (x64 Linux, macOS and Windows)](https://github.com/jsm174/wpc-emu-cs/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/jsm174/wpc-emu-cs/actions)
[![NuGet](https://img.shields.io/nuget/vpre/WPCEmuCS.svg)](https://www.nuget.org/packages/WPCEmuCS)

*Add WPC-Emu support to any .NET application*
*Add WPC Emulator support to any .NET application*

This Nuget package is C# port of neophob's amazing WPC Emulator [wpc-emu](https://github.com/neophob/wpc-emu).

Expand Down

0 comments on commit 7c7108f

Please sign in to comment.