1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-01 17:38:36 +00:00

ci: Fix incompatible type warning windows build

This commit is contained in:
Crown0815 2025-05-24 16:11:01 +02:00 committed by Crown0815
parent 0835bb1115
commit b77128a9aa

View file

@ -6,7 +6,7 @@ name: Build release
on: on:
push: push:
tags: 'v*' tags: ['v*']
jobs: jobs:
build: build:
name: Build ${{matrix.architecture}} name: Build ${{matrix.architecture}}