Skip to content

Commit

Permalink
ci: test ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Mar 23, 2024
1 parent 4afce1c commit 458f613
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pack-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
dotnet build Konata.Codec.csproj
dotnet pack -p:NuspecFile=Konata.Codec.nuspec && ls -al bin/Release
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Konata.Codec Latest Release
path: bin/Release/Konata.Codec*.npkg

0 comments on commit 458f613

Please sign in to comment.