Skip to content

Commit

Permalink
Resolve the issue of upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jan 10, 2025
1 parent 71c5095 commit 103ebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ do
dotnet build ${name}/${name}.csproj /clp:ErrorsOnly --configuration Release -P:Version=${VERSION} -P:Authors=AElf -o ${build_output}

echo `ls ${build_output}/${name}.${VERSION}.nupkg`
dotnet nuget push ${build_output}/${name}.${VERSION}.nupkg -k ${NUGET_API_KEY} -s https://api.nuget.org/v3/index.json
dotnet nuget push ${build_output}/${name}.${VERSION}.nupkg -k ${NUGET_API_KEY} -s https://api.nuget.org/v3/index.json --skip-duplicate
fi
done
cd ../
Expand Down

0 comments on commit 103ebda

Please sign in to comment.