Revert "no-bug: Individually download each artifact on release" (gh-13211)

Reverts zen-browser/desktop#13199

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
mr. m
2026-04-11 12:03:04 +02:00
committed by GitHub
parent 97451e23c8
commit fd8308fcb1
2 changed files with 5 additions and 35 deletions

View File

@@ -490,35 +490,8 @@ jobs:
submodules: recursive
token: ${{ secrets.DEPLOY_KEY }}
- name: Download artifact (source)
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: zen.source.tar.zst
- name: Download artifact (MAR files)
uses: actions/download-artifact@v4
with:
pattern: "*.mar"
- name: Download artifact (Linux tars)
uses: actions/download-artifact@v4
with:
pattern: "zen.linux-*.tar.xz"
- name: Download artifact (Linux AppImage)
uses: actions/download-artifact@v4
with:
pattern: "zen-*.AppImage*"
- name: Download artifact (macOS universal DMG)
uses: actions/download-artifact@v4
with:
name: zen.macos-universal.dmg
- name: Download artifact (Windows installers)
uses: actions/download-artifact@v4
with:
pattern: "zen.installer*.exe"
- name: Checkout updates repository
uses: actions/checkout@v4

11
package-lock.json generated
View File

@@ -4177,19 +4177,16 @@
"peer": true
},
"node_modules/yaml": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
"dev": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
"node": ">= 14"
}
},
"node_modules/zip": {