Skip to content

Commit

Permalink
Release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Nov 23, 2022
1 parent 12c41b0 commit 7be9499
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
push:
branches: [ "master" ]
tags:
- "release-*"
pull_request:
branches: [ "master" ]
jobs:
Expand All @@ -27,4 +29,9 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
path: src/mecab-ko-msvc-${{ matrix.arch }}.zip
path: src/mecab-ko-msvc-${{ matrix.arch }}.zip
- name: Release Artifact
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: src/mecab-ko-msvc-${{ matrix.arch }}.zip

0 comments on commit 7be9499

Please sign in to comment.