Skip to content

Commit

Permalink
.github/workflows/build.yaml: create release artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed May 22, 2021
1 parent 4cbe9f9 commit 0816f4f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: fmtconv Build

on:
push:
branches: release
release:
types: [created]

jobs:
build:
Expand Down Expand Up @@ -47,3 +47,10 @@ jobs:
with:
name: fmtconv-release
path: "build/win/fmtconv-release.zip"

- name: Release
uses: softprops/action-gh-release@v1
with:
files: "build/win/fmtconv-release.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0816f4f

Please sign in to comment.