Commit 3ccc018
committed
attempt to fix arm release
This commit updates our GitHub Actions CI workflow for the "build" job to specify the OS it's built-under in the name of the release uploaded.
I'm doing this because we now have two linux builds (x86_64 and aarch64 for arm), and the arm build failed saying a release with that name already exists. So I guess we need distinct names to prevent that error.
It's a bit more complicated because we use a matrix to duplicate the same build, which means I can't just write the arch. So I'm using the "OS" variable from the matrix. Hopefully this works.
For more info, see:
* #40 (comment)1 parent 6d999b9 commit 3ccc018
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments