Browse Source

build

master
wangxiang 1 year ago
parent
commit
8a5f72d4a9
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -3,6 +3,8 @@ name: Build
push: push:
tags: tags:
- v* - v*
workflow_dispatch:
jobs: jobs:
build: build:
name: build and release electron app name: build and release electron app

Loading…
Cancel
Save