This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
[BUG] Sequential build and publish deleting nuget packages #56
Description
Describe the bug
Each build and push step deletes all nuget packages from previous one
Failed Action Log URL (Required)
https://github.com/appany/AppAny.Quartz.EntityFrameworkCore.Migrations/runs/1913414360?check_suite_focus=true
To Reproduce
- Build and publish first package
- Build and publish second package
- Create release
- Try to upload first .nuget to artifacts
- BOOM
Expected Behavior
Each build step has its own directory for .nuget files and do not delete previous
The workaround is to reorder steps
Here is the problem
Line 58 in c12b854
Environment:
- Platform [e.g. Windows / Linux]
- Action Version [e.g. v2.5.3]