Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

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 110214b commit c3dcbb3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-dict-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
push:
branches: [ "master" ]
tags:
- "mecab-ko-dic-*"
pull_request:
branches: [ "master" ]
jobs:
Expand Down Expand Up @@ -32,4 +34,9 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
path: mecab-ko-dic-msvc.zip
path: mecab-ko-dic-msvc.zip
- name: Release Artifact
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: mecab-ko-dic-msvc.zip

0 comments on commit c3dcbb3

Please sign in to comment.