Skip to content

Commit

Permalink
Simplify deploy-github job
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 20, 2024
1 parent 27751ae commit c776d3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,13 @@ jobs:
pattern: package-*
merge-multiple: true

- run: ls -R *

- uses: softprops/action-gh-release@v1
with:
body: ${{ env.RELEASE_NOTES }}
prerelease: ${{ env.PRE_RELEASE }}
files: |
./**/*.exe
./**/*.dmg
./*.exe
./*.dmg
pr-comment:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit c776d3c

Please sign in to comment.