Skip to content

Commit

Permalink
upd wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Nov 8, 2023
1 parent ff86808 commit a5cab02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-btcpay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.ASSET_PATH }}
asset_name: $(basename ${{ env.ASSET_PATH }})
asset_name: $(basename "${{ env.ASSET_PATH }}")
asset_content_type: application/zip

0 comments on commit a5cab02

Please sign in to comment.