19 Commits
1.0 ... main

Author SHA1 Message Date
Eau
fe42faae49 Update .gitea/workflows/cd.yaml
All checks were successful
Continuous Releases / build (windows) (push) Successful in 26s
2026-03-20 07:38:07 +00:00
28ba0aa4a1 use pinned version of build image
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s
2026-03-20 02:14:45 -05:00
035058c016 add directory to path
All checks were successful
Continuous Releases / build (windows) (push) Successful in 25s
2026-03-20 01:36:41 -05:00
1f36bde7ce guess that isn't supported
Some checks failed
Continuous Releases / build (windows) (push) Failing after 1m19s
2026-03-20 01:31:49 -05:00
a43cd74dd9 update for newer image
Some checks failed
Continuous Releases / build (windows) (push) Failing after 0s
2026-03-20 01:30:51 -05:00
720b8ce886 add build-essential package
All checks were successful
Continuous Releases / build (windows) (push) Successful in 36s
2026-03-20 01:23:24 -05:00
5502126c35 install build essentials?
Some checks failed
Continuous Releases / build (windows) (push) Failing after 4s
2026-03-20 01:22:12 -05:00
d79450116d adjust path
Some checks failed
Continuous Releases / build (windows) (push) Failing after 8s
2026-03-20 01:18:19 -05:00
b8fd27f0d6 hardcode instead of ref home var
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
2026-03-20 01:17:24 -05:00
91e60a8ff5 modify path
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
2026-03-20 01:16:23 -05:00
ca0952c6d8 remove which?
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
2026-03-20 01:13:38 -05:00
b7defc0a3b debug missing commands
Some checks failed
Continuous Releases / build (windows) (push) Failing after 1m6s
2026-03-20 01:11:22 -05:00
6ff5c0817f use pre-built image for ci pipeline
Some checks failed
Continuous Releases / build (windows) (push) Failing after 2s
2026-03-20 01:03:08 -05:00
e70ab8c055 fix the blob
All checks were successful
Continuous Releases / build (windows) (push) Successful in 3m9s
2026-03-19 23:56:17 -05:00
f20edec6ad specify a tag name
All checks were successful
Continuous Releases / build (windows) (push) Successful in 3m8s
2026-03-19 23:39:01 -05:00
00acc9f7e8 use wildcard?
All checks were successful
Continuous Releases / build (windows) (push) Successful in 3m4s
2026-03-19 23:29:34 -05:00
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
@@ -12,19 +9,19 @@ env:
jobs:
build_windows:
name: build (windows)
runs-on: ubuntu-latest
container:
image: tea.werats.gay/laurayka/rust-ci-img:0.5.0
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- 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:
tag_name: rc-${{ env.GITHUB_SHA }}
files: |-
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
target/*/release/mimic3-keyboard*