SmartLockerTools/.gitea/workflows/build_windows.yaml
amass f5f6569051
All checks were successful
Windows CI / build (push) Successful in 3m35s
fix ci.
2024-10-16 01:32:28 +08:00

17 lines
531 B
YAML

name: Windows CI
on: [push]
jobs:
build:
runs-on: [windows11]
steps:
- name: Clone repository
run: |
$branch = "${{ github.ref }}" -replace '^refs/heads/', ''
git clone --depth 1 --branch=$branch https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@amass.fun/gitea/${{ gitea.repository }}.git .
git checkout ${{ github.sha }}
- name: Build and deploy
run: |
resources/build.ps1 build
resources/build.ps1 deploy
resources/build.ps1 changelog