1 parent 8b070ba commit 9cbf3c3Copy full SHA for 9cbf3c3
1 file changed
.github/workflows/release.yml
@@ -9,15 +9,14 @@ on:
9
10
jobs:
11
build-release:
12
- name: release ${{ matrix.target }}
+ name: ${{ matrix.release }} ${{ matrix.target }}
13
runs-on: ${{ matrix.os }}
14
permissions:
15
contents: write
16
strategy:
17
fail-fast: false
18
matrix:
19
include:
20
-
21
- target: x86_64-pc-windows-msvc
22
os: windows-latest
23
cross: false
0 commit comments