This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
name: Continuous Releases
|
name: Continuous Releases
|
||||||
|
|
||||||
@@ -24,7 +21,7 @@ jobs:
|
|||||||
- uses: actions/gitea-release-action@v1
|
- uses: actions/gitea-release-action@v1
|
||||||
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:
|
||||||
files: |-
|
files: |-
|
||||||
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
target/${{ env.TARGET_PLATFORM }}/mimic3-keyboard*
|
||||||
Reference in New Issue
Block a user