Skip to content

Commit 578ff6c

Browse files
chore(ci): copy and paste error
1 parent 0a0cda3 commit 578ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build_script:
5353
- dotnet pack -c %CONFIGURATION% --no-build --no-restore -p:Version=%GitVersion_MajorMinorPatch% -p:AssemblyVersion=%GitVersion_MajorMinorPatch%
5454

5555
after_build:
56-
- cmd: appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Core.%GitVersion_MajorMinorPatch%.nupkg"
56+
- cmd: appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Api.%GitVersion_MajorMinorPatch%.nupkg"
5757
# Build documentation in doc\_site
5858
# - tools\docfx\docfx doc\docfx.json
5959
# - if defined git_token gh-pages -d doc\_site -m "new docs %GitVersion_FullSemVer%"

0 commit comments

Comments
 (0)