mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
ci: Fix incompatible type warning windows build
This commit is contained in:
parent
0835bb1115
commit
b77128a9aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
|
@ -6,7 +6,7 @@ name: Build release
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: 'v*'
|
||||
tags: ['v*']
|
||||
jobs:
|
||||
build:
|
||||
name: Build ${{matrix.architecture}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue