We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54210bc commit db418d4Copy full SHA for db418d4
.github/workflows/ci.yaml .github/workflows/build.yaml.github/workflows/ci.yaml renamed to .github/workflows/build.yaml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Build
2
3
on: [ push, pull_request ]
4
@@ -7,7 +7,7 @@ defaults:
7
shell: bash
8
9
jobs:
10
- build_linux:
+ linux:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
@@ -54,7 +54,7 @@ jobs:
54
name: ${{ env.ARTIFACT_NAME }}
55
path: artifact
56
if-no-files-found: error
57
- build_windows:
+ windows:
58
runs-on: windows-latest
59
60
0 commit comments