Compare commits
17 Commits
1.0
...
rc-035058c
| Author | SHA1 | Date | |
|---|---|---|---|
| 035058c016 | |||
| 1f36bde7ce | |||
| a43cd74dd9 | |||
| 720b8ce886 | |||
| 5502126c35 | |||
| d79450116d | |||
| b8fd27f0d6 | |||
| 91e60a8ff5 | |||
| ca0952c6d8 | |||
| b7defc0a3b | |||
| 6ff5c0817f | |||
| e70ab8c055 | |||
| f20edec6ad | |||
| 00acc9f7e8 | |||
| c5ab8f900d | |||
| fac435df56 | |||
| 4e3a868e00 |
@@ -1,7 +1,4 @@
|
|||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
name: Continuous Releases
|
name: Continuous Releases
|
||||||
|
|
||||||
@@ -12,19 +9,19 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
name: build (windows)
|
name: build (windows)
|
||||||
runs-on: ubuntu-latest
|
container:
|
||||||
|
image: tea.werats.gay/laurayka/ci-rust-img:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
||||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
|
||||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
|
||||||
- run: cargo build --release --target "${{ 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:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
NODE_TLS_REJECT_UNAUTHORIZED=false
|
NODE_TLS_REJECT_UNAUTHORIZED: "false"
|
||||||
with:
|
with:
|
||||||
|
tag_name: rc-${{ env.GITHUB_SHA }}
|
||||||
files: |-
|
files: |-
|
||||||
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
target/*/release/mimic3-keyboard*
|
||||||
Reference in New Issue
Block a user