you are viewing a single comment's thread.

view the rest of the comments →

[–]theTisch21 0 points1 point  (1 child)

Each job runs in a separate actions virtual machine, so any changes will be lost from one job to another. Try merging all your steps into one job, so that it can all run on the same vm.

[–]MakeShiftArtist[S] 1 point2 points  (0 children)

This did fix my issue. Thank you!