Skip to content

Commit

Permalink
Revert "chore: fix github actions [skip e2e]"
Browse files Browse the repository at this point in the history
This reverts commit 196aa3a.
  • Loading branch information
amanharwara committed Jan 9, 2025
1 parent 88207cf commit 7e83f24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: mac-assets
name: 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: linux-appimage-assets
name: 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: linux-deb-assets
name: 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: linux-snap-assets
name: 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: windows-assets
name: assets
path: |
packages/desktop/dist/*.blockmap
packages/desktop/dist/*.exe
Expand Down Expand Up @@ -356,8 +356,8 @@ jobs:

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

- name: Generate Checksums
run: node scripts/sums.mjs
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.195.20",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",
"author": "Standard Notes",
"private": true,
"files": [
"dist"
Expand Down

0 comments on commit 7e83f24

Please sign in to comment.