dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.97k stars 325 forks source link

chore: fix release wf error #500

Closed catcherwong closed 1 year ago

catcherwong commented 1 year ago

After pr was merged, github action cannot release packages.

https://github.com/dotnetcore/EasyCaching/actions/runs/6502527378/job/17661711292

download-artifact@v3 should specify the path.

/cc @Memoyu

Memoyu commented 1 year ago

get