Commit 61a18b4
committed
ci: fix the release workflow
1) The path is incorrect because we meant to capture the value of
`$PWD` _before_ and not after running `popd`
2) The `HOST` value is different on Mac OS (the OS part is "macos"
instead of the expected "darwin"). There appears to be no way to
get this from some structured data in stable rustc, so we resort
to grep that works on all platforms1 parent 5b804f7 commit 61a18b4
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 80 | + | |
89 | 81 | | |
90 | 82 | | |
91 | 83 | | |
| |||
100 | 92 | | |
101 | 93 | | |
102 | 94 | | |
103 | | - | |
104 | | - | |
105 | 95 | | |
| 96 | + | |
106 | 97 | | |
107 | 98 | | |
108 | 99 | | |
| |||
0 commit comments