This commit is contained in:
parent
8f50360ea9
commit
e184bf32e7
14
.gitea/workflows/build.yaml
Normal file
14
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Windows CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: [windows11]
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build and deploy
|
||||||
|
run: |
|
||||||
|
resources/build.ps1 build
|
||||||
|
resources/build.ps1 deploy
|
||||||
|
resources/build.ps1 changelog
|
@ -1,5 +1,8 @@
|
|||||||
name: Windows CI
|
name: Release tag
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
Loading…
Reference in New Issue
Block a user