diff options
author | Aleksey Kladov <[email protected]> | 2020-03-05 09:43:32 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-05 09:43:32 +0000 |
commit | 5f1fc945235972f820cc96400e4c70d211a4042e (patch) | |
tree | 4ceaca0496648d3b47825414bb9b0b259ad9e40c | |
parent | 41ba0cef466f31589619770cf27135302a22aca9 (diff) |
minor
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34442db56..b6d8a246a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -9,7 +9,7 @@ on: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | dist: | 11 | dist: |
12 | name: build-server | 12 | name: dist |
13 | runs-on: ${{ matrix.os }} | 13 | runs-on: ${{ matrix.os }} |
14 | strategy: | 14 | strategy: |
15 | matrix: | 15 | matrix: |