Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhsw committed Aug 13, 2021
1 parent 8dcb3e8 commit 236d0f5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build exe

name: Upload Release typer.exe
on:
workflow_dispatch
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -34,4 +37,8 @@ jobs:
with:
name: Windows
path: dist/typer.exe

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/typer.exe

0 comments on commit 236d0f5

Please sign in to comment.