Skip to content

Commit

Permalink
fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukiix committed Oct 4, 2022
1 parent 866a3ac commit 75e1946
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build & Release

on:
push:
branches: ['main', 'master']
workflow_dispatch:
tags:
- 'v*.*.*'

jobs:
build:
Expand Down Expand Up @@ -41,3 +41,11 @@ jobs:
dist/*.exe
dist/*.dmg
dist/*.deb
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/*.exe
dist/*.dmg
dist/*.deb

0 comments on commit 75e1946

Please sign in to comment.