Skip to content

Commit

Permalink
chore: update asset names
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 9, 2025
1 parent 7e83f24 commit 273f4d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/desktop.release.reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload
uses: actions/[email protected]
with:
name: assets
name: macos-assets
path: |
packages/desktop/dist/*.dmg
packages/desktop/dist/*.zip
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Upload
uses: actions/[email protected]
with:
name: assets
name: linux-appimage-assets
path: |
packages/desktop/dist/*.AppImage
packages/desktop/dist/*.yml
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Upload
uses: actions/[email protected]
with:
name: assets
name: linux-deb-assets
path: |
packages/desktop/dist/*.deb
packages/desktop/dist/*.yml
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Upload
uses: actions/[email protected]
with:
name: assets
name: linux-snap-assets
path: |
packages/desktop/dist/*.snap
packages/desktop/dist/*.yml
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
- name: Upload
uses: actions/[email protected]
with:
name: assets
name: windows-assets
path: |
packages/desktop/dist/*.blockmap
packages/desktop/dist/*.exe
Expand Down

0 comments on commit 273f4d5

Please sign in to comment.