diff --git a/.github/workflows/nightly-browser-view.yml b/.github/workflows/nightly-main.yml similarity index 98% rename from .github/workflows/nightly-browser-view.yml rename to .github/workflows/nightly-main.yml index 99981192..fe864cfa 100644 --- a/.github/workflows/nightly-browser-view.yml +++ b/.github/workflows/nightly-main.yml @@ -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 diff --git a/.github/workflows/nightly-rainforest.yml b/.github/workflows/nightly-rainforest.yml index 1a510746..7a4d616a 100644 --- a/.github/workflows/nightly-rainforest.yml +++ b/.github/workflows/nightly-rainforest.yml @@ -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