chore: fix ci download-artifact parameters [skip e2e]

This commit is contained in:
Aman Harwara
2025-01-10 01:31:55 +05:30
parent b617b916f7
commit 5a439ff66d
2 changed files with 2 additions and 1 deletions

View File

@@ -358,6 +358,7 @@ jobs:
with: with:
pattern: dist-* pattern: dist-*
path: packages/desktop/dist path: packages/desktop/dist
merge-multiple: true
- name: Generate Checksums - name: Generate Checksums
run: node scripts/sums.mjs run: node scripts/sums.mjs

View File

@@ -3,7 +3,7 @@
"version": "3.195.21", "version": "3.195.21",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes", "author": "Standard Notes.",
"private": true, "private": true,
"files": [ "files": [
"dist" "dist"