Skip to content

Commit

Permalink
chore: update ci [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jan 9, 2025
1 parent 273f4d5 commit a98a1a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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: macos-assets
name: dist-macos
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: linux-appimage-assets
name: dist-linux-appimage
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: linux-deb-assets
name: dist-linux-deb
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: linux-snap-assets
name: dist-linux-snap
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: windows-assets
name: dist-windows
path: |
packages/desktop/dist/*.blockmap
packages/desktop/dist/*.exe
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: assets
pattern: dist-*
path: packages/desktop/dist

- name: Generate Checksums
Expand Down

0 comments on commit a98a1a1

Please sign in to comment.