You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pacmak): Find the tarball location on windows even if prepack is run (#4795)
I believe this fixes [the issue where windows runners with prepack scripts fail](#4793).
The fix is a little clumsy - it might be better to pull the line manipulation out to a function.
~Raising for discussion, as testing this is a bit fiddly. I'll report back once tested.~
Update: I can confirm this fixes the reported issue. Tested by running a successful `jsii-pacmak` build of my repo with `prepack` scripts in macos, ubuntu and windows github runners.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
0 commit comments