Compare commits
3 Commits
1.0
...
rc-720b8ce
| Author | SHA1 | Date | |
|---|---|---|---|
| c5ab8f900d | |||
| fac435df56 | |||
| 4e3a868e00 |
@@ -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*
|
||||
Reference in New Issue
Block a user