Commit 9f08280
committed
fix: add binary directory to PATH when ignoring existing binaries
When ignore-existing-binary is true and binary exists, the action would
skip adding the directory to PATH, causing 'command not found' errors
in subsequent workflow steps.
Ticket: DO-144231 parent d4d3bb0 commit 9f08280
2 files changed
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments