3 Commits

Author SHA1 Message Date
c5ab8f900d update reference again?
All checks were successful
Continuous Releases / build (windows) (push) Successful in 3m11s
2026-03-19 23:23:53 -05:00
fac435df56 update repo reference
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3m12s
2026-03-19 23:19:08 -05:00
4e3a868e00 fix syntax error
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
2026-03-19 23:16:45 -05:00

View File

@@ -1,7 +1,4 @@
on:
push:
tags:
- '*'
on: [push]
name: Continuous Releases
@@ -21,10 +18,10 @@ jobs:
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: actions/gitea-release-action@v1
- uses: https://gitea.com/actions/gitea-release-action@main
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
NODE_TLS_REJECT_UNAUTHORIZED=false
NODE_TLS_REJECT_UNAUTHORIZED: "false"
with:
files: |-
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*