Commit ebdc1d9
authored
refact(ci): normalization the github workflow name (#53)
The old GitHub CI workflow caused misunderstandings. The new workflow
uses the `<action>_<profile>` format.
the action enumerated by:
```
build
```
the profile name **standardization** by:
```
{x86-64,amd64} --> amd64
{aarch64,arm64} --> arm64
```
the os arch enumerated by:
```
wsl2
macos
```1 parent bb18707 commit ebdc1d9
File tree
4 files changed
+1
-1
lines changed- .github/workflows
4 files changed
+1
-1
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments