Commit bbab16c
committed
Bring release CI up to date
* Avoid setting environment directly because it is deprecated. It
causes the error
Error: Unable to process command '::set-env
name=BINARY_PATH::./dist/stan' successfully.
Error: The `set-env` command is disabled. Please upgrade to using
Environment Files or opt into unsecure command execution by setting
the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to
`true`. For more information see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Specify path to create for artifact download because of API change
See https://github.com/actions/download-artifact#compatibility-between-v1-and-v2v31 parent 8a814e7 commit bbab16c
1 file changed
+34
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
1 | 16 | | |
2 | 17 | | |
3 | 18 | | |
| |||
84 | 99 | | |
85 | 100 | | |
86 | 101 | | |
| 102 | + | |
87 | 103 | | |
88 | | - | |
89 | | - | |
| 104 | + | |
| 105 | + | |
90 | 106 | | |
91 | | - | |
92 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
93 | 111 | | |
94 | 112 | | |
95 | 113 | | |
| |||
100 | 118 | | |
101 | 119 | | |
102 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
103 | 128 | | |
104 | | - | |
105 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
106 | 132 | | |
107 | | - | |
| 133 | + | |
108 | 134 | | |
109 | 135 | | |
110 | 136 | | |
111 | 137 | | |
112 | 138 | | |
113 | 139 | | |
114 | 140 | | |
115 | | - | |
| 141 | + | |
116 | 142 | | |
117 | 143 | | |
118 | 144 | | |
0 commit comments