Skip to content

Commit

Permalink
Add GitHub Release for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelos committed Apr 2, 2024
1 parent f38deb9 commit 14b22b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
branches: [ "main" ]

jobs:

build:

runs-on: windows-latest

env:
Expand Down Expand Up @@ -49,3 +47,9 @@ jobs:
with:
name: FlaUI.WebDriver
path: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./src/FlaUI.WebDriver/bin/Release/win-x64/publish/*.*

0 comments on commit 14b22b2

Please sign in to comment.