Fix typo on mac releases (#3763)

This commit is contained in:
Chris Stewart 2021-10-17 12:56:24 -05:00 committed by GitHub
parent be07786171
commit 091114c6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
name: "bitcoin-s-dmg-${{steps.previoustag.outputs.tag}}-${{github.sha}}"
files: ${{ env.pkg-name }}-${{steps.previoustag.outputs.tag}}.dm
files: ${{ env.pkg-name }}-${{steps.previoustag.outputs.tag}}.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
linux: