Skip to content

Commit

Permalink
Merge pull request #6 from FlaUI/test-github-release
Browse files Browse the repository at this point in the history
Add GitHub Release for tags
  • Loading branch information
aristotelos authored Apr 2, 2024
2 parents f38deb9 + 14b22b2 commit 74c67ad
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 74c67ad

Please sign in to comment.