Skip to content

Commit

Permalink
v1.0.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwtesttt authored May 31, 2024
1 parent 5ab1b9c commit 23f3e82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build/release
on:
push:
tags:
- 'v*.*.*' # 只在 tag push 时触发工作流
- 'v*.*.*' # Only trigger the workflow on tag push

jobs:
release:
Expand All @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
architecture: [amd64,arm64]

steps:
- name: Check out Git repository
Expand All @@ -33,3 +34,4 @@ jobs:
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
build_script_name: build:electron
release_type: release

0 comments on commit 23f3e82

Please sign in to comment.