Skip to content

Commit 9cbf3c3

Browse files
committed
allow dev build
1 parent 8b070ba commit 9cbf3c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ on:
99

1010
jobs:
1111
build-release:
12-
name: release ${{ matrix.target }}
12+
name: ${{ matrix.release }} ${{ matrix.target }}
1313
runs-on: ${{ matrix.os }}
1414
permissions:
1515
contents: write
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
2120
- target: x86_64-pc-windows-msvc
2221
os: windows-latest
2322
cross: false

0 commit comments

Comments
 (0)