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 458f613 commit 94bec81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +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
- uses: actions/upload-artifact@v3
name: Upload Artifact
with:
name: Konata.Codec Latest Release
path: bin/Release/Konata.Codec*.npkg

0 comments on commit 94bec81

Please sign in to comment.