Skip to content

Commit

Permalink
update release asset name as well
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Nov 4, 2024
1 parent fc7ca05 commit 89f3f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./packages/desktop/dist/Quiet-${{ steps.extract_version.outputs.version}}.dmg
asset_name: Quiet-${{ steps.extract_version.outputs.version}}.dmg
asset_path: ./packages/desktop/dist/Quiet-${{ steps.extract_version.outputs.version}}-arm64.dmg
asset_name: Quiet-${{ steps.extract_version.outputs.version}}-arm64.dmg
asset_content_type: application/.dmg

build-windows:
Expand Down

0 comments on commit 89f3f74

Please sign in to comment.