mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
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:
29
.github/workflows/build.yml
vendored
29
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user