Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Kölbel committed Feb 18, 2022
2 parents 2406eed + 2243f07 commit 34d432f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Tests
name: Build and Release

on:
push:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}\CHANGELOG.md
files: ${{ github.workspace }}\RunAsAdmin.zip
# note you'll typically need to create a personal access token
# with permissions to create releases in the other repo
Expand Down

0 comments on commit 34d432f

Please sign in to comment.