This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
on: [push]
|
||||
|
||||
name: Continuous Releases
|
||||
|
||||
@@ -24,7 +21,7 @@ jobs:
|
||||
- uses: actions/gitea-release-action@v1
|
||||
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