Commit 2890f74
committed
[CI] Fix windows slack notification.
We currently have a small `go` utility to produce some notifications on
Diffblue's Open Source team channel on Slack, so that we keep track
of the release and any builds for associated artifacts.
The notifications work on Linux, but they required running the `go`
program directly on MacOS, because the action is bootstrapping an
Alpine Linux container which for some reason is incompatible with
the MacOS and Windows runners.
This commit follows the same recipe (running the go binary directly)
to allow us to keep track of the Windows `.msi` installer package
build.1 parent 70b7cf7 commit 2890f74
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| |||
0 commit comments