Skip to content

Commit

Permalink
👷 Create release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Nov 2, 2023
1 parent 34a99dd commit 42970e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build obs plugin
on:
push:
branches: [ main, ci, dev, zip-support ]
tags: [ * ]
#pull_request:
# branches: [ main ]

Expand Down Expand Up @@ -338,6 +339,12 @@ jobs:
with:
name: 'installer-files'
path: installer/*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ env.FILE_NAME }}
# windows-package:
# name: 'Windows Package'
# runs-on: [windows-latest]
Expand Down

0 comments on commit 42970e4

Please sign in to comment.