diff options
Diffstat (limited to '.github/workflows')
-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: |