Skip to content

Commit

Permalink
Build and release on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Nov 15, 2020
1 parent 208c899 commit c53594f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PyInstaller Windows

on: [push]
on:
push:
tags:
- 'v*'

jobs:
build:
Expand Down Expand Up @@ -51,8 +54,8 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: true
draft: false
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit c53594f

Please sign in to comment.