Browse Source

fix asset_path, asset_name for upload step

add-joinmarket
zebra-lucky 1 year ago
parent
commit
744d02f55a
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -49,6 +49,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ needs.create_release.outputs.upload_url }} upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: dist/*.AppImage asset_path: dist/electrum-${{ github.ref_name }}-x86_64.AppImage
asset_name: electrum-${{ github.ref_name }}.AppImage asset_name: electrum-${{ github.ref_name }}-x86_64.AppImage
asset_content_type: application/octet-stream asset_content_type: application/octet-stream

Loading…
Cancel
Save