mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Fix typo on mac releases (#3763)
This commit is contained in:
parent
be07786171
commit
091114c6dd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user