-
Notifications
You must be signed in to change notification settings - Fork 100
[BUG] Sequential build and publish deleting nuget packages #56
[BUG] Sequential build and publish deleting nuget packages #56
Comments
@sergeyshaykhullin those logs expired. |
I think a simple fix for this is to remove |
No, because if you will not delete previous nuget files you will try to push them again Line 67 in c12b854
|
So basically I guess one way to fix that is to nuke them after publish. |
@AraHaan No, i suggest to
Randomly generate directories foreach GitHub Action run So if you have: - uses: brandedoutcast/publish-nuget@v2
...
- uses: brandedoutcast/publish-nuget@v2
... You will have:
It means that:
|
Also, as i know, this repo is abandoned @drusellers What do you think about this changes? |
I got a better idea and updated #61 accordingly. It might be a bit of a hack however. |
Alright merged into my fork. |
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
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
publish-nuget/index.js
Line 58 in c12b854
Environment:
The text was updated successfully, but these errors were encountered: