Separate artifact names since we merged the nightly builds for consistency (#2618)

* Separate artifact names since we merged the nightly builds for consistency

* renaming builds/artifacts
This commit is contained in:
Antonis Stamatiou 2023-03-15 18:06:44 +02:00 committed by GitHub
parent cf8aa6499c
commit 5eefa8c575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
name: nightly-browser-view
name: nightly-main
on:
workflow_call:
@ -54,7 +54,7 @@ jobs:
- name: ci/upload-build
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: build
name: build-nightly-main
path: ./build
retention-days: 5 ## No need to keep them since they are uploaded on S3
@ -102,7 +102,7 @@ jobs:
- name: nightly/upload-build
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: build
name: build-nightly-main
path: ./build
retention-days: 5 ## No need to keep them since they are uploaded on S3
@ -180,7 +180,7 @@ jobs:
- name: nightly/upload-build
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: build
name: build-nightly-main
path: ./build
retention-days: 5 ## No need to keep them since they are uploaded on S3
@ -205,6 +205,9 @@ jobs:
aws-secret-access-key: ${{ secrets.MM_DESKTOP_RELEASE_AWS_SECRET_ACCESS_KEY }}
- name: nightly/download-builds
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: build-nightly-main
path: build
- name: nightly/setup-files-for-aws
run: |
mkdir -p ./aws-s3-dist

View file

@ -70,7 +70,7 @@ jobs:
- name: nightly/upload-build
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: build
name: build-rainforest
path: ./build
retention-days: 5 ## No need to keep them since they are uploaded on S3
@ -110,7 +110,7 @@ jobs:
- name: nightly/upload-build
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: build
name: build-rainforest
path: ./build
retention-days: 5 ## No need to keep them since they are uploaded on S3
@ -132,6 +132,9 @@ jobs:
aws-secret-access-key: ${{ secrets.MM_DESKTOP_DAILY_AWS_SECRET_ACCESS_KEY }}
- name: nightly/download-builds
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: build-rainforest
path: build
- name: nightly/install-missing-deps
run: |
sudo apt-get update