temp build beta app - only windows

This commit is contained in:
SPRINX0\prochazka
2024-09-10 09:07:05 +02:00
parent 14331501ba
commit 52e774f2cc
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-12, windows-2022, ubuntu-22.04] # os: [macos-12, windows-2022, ubuntu-22.04]
os: [windows-2022]
# os: [macOS-10.15] # os: [macOS-10.15]
steps: steps:

View File

@@ -4,7 +4,7 @@ on:
push: push:
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+' # - 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
jobs: jobs:
build: build: