Files
mimic3-keyboard/.gitea/workflows/cd.yaml
Eau fe42faae49
All checks were successful
Continuous Releases / build (windows) (push) Successful in 26s
Update .gitea/workflows/cd.yaml
2026-03-20 07:38:07 +00:00

27 lines
756 B
YAML

on: [push]
name: Continuous Releases
env:
TARGET_PLATFORM: x86_64-pc-windows-gnu
APT_PACKAGES: mingw-w64
jobs:
build_windows:
name: build (windows)
container:
image: tea.werats.gay/laurayka/rust-ci-img:0.5.0
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/gitea-release-action@main
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
NODE_TLS_REJECT_UNAUTHORIZED: "false"
with:
tag_name: rc-${{ env.GITHUB_SHA }}
files: |-
target/*/release/mimic3-keyboard*