Skip to content

Commit

Permalink
Remove single quotes in gh-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 20, 2024
1 parent 3181850 commit 27751ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,15 @@ 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 27751ae

Please sign in to comment.