diff --git a/.github/workflows/aws-upload-prod.yml b/.github/workflows/aws-upload-prod.yml index f1caaf8cf0..a9310b0542 100644 --- a/.github/workflows/aws-upload-prod.yml +++ b/.github/workflows/aws-upload-prod.yml @@ -52,8 +52,8 @@ jobs: - name: Init variables run: | latestYmlFileName="latest.yml" - downloadLatestFolderPath="public/latest" - upgradeLatestFolderPath="public/upgrades" + downloadLatestFolderPath="public/latest-v3" + upgradeLatestFolderPath="public/upgrades-v3" releasesFolderPath="public/releases" appName=$(jq -r '.productName' electron-builder.json) appVersion=$(jq -r '.version' redisinsight/package.json) diff --git a/.github/workflows/pipeline-build-docker.yml b/.github/workflows/pipeline-build-docker.yml index e2a788f59c..a0f61efbc3 100644 --- a/.github/workflows/pipeline-build-docker.yml +++ b/.github/workflows/pipeline-build-docker.yml @@ -133,6 +133,6 @@ jobs: RI_SERVER_TLS_CERT: ${{ secrets.RI_SERVER_TLS_CERT }} RI_SERVER_TLS_KEY: ${{ secrets.RI_SERVER_TLS_KEY }} RI_FEATURES_CONFIG_URL: ${{ secrets.RI_FEATURES_CONFIG_URL }} - RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK }} + RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK_NEW }} RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG: ${{ inputs.enterprise == false }} RI_DISABLE_AUTO_UPGRADE: ${{ inputs.enterprise }} diff --git a/.github/workflows/pipeline-build-linux.yml b/.github/workflows/pipeline-build-linux.yml index fe28fd8b17..74c70057e8 100644 --- a/.github/workflows/pipeline-build-linux.yml +++ b/.github/workflows/pipeline-build-linux.yml @@ -118,7 +118,7 @@ jobs: RI_SERVER_TLS_CERT: ${{ secrets.RI_SERVER_TLS_CERT }} RI_SERVER_TLS_KEY: ${{ secrets.RI_SERVER_TLS_KEY }} RI_FEATURES_CONFIG_URL: ${{ secrets.RI_FEATURES_CONFIG_URL }} - RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK }} + RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK_NEW }} RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG: ${{ inputs.enterprise == false }} RI_DISABLE_AUTO_UPGRADE: ${{ inputs.enterprise }} RI_APP_TYPE: ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }} diff --git a/.github/workflows/pipeline-build-macos.yml b/.github/workflows/pipeline-build-macos.yml index 5e8fc5b08c..3e51d11b78 100644 --- a/.github/workflows/pipeline-build-macos.yml +++ b/.github/workflows/pipeline-build-macos.yml @@ -142,7 +142,7 @@ jobs: RI_SERVER_TLS_CERT: ${{ secrets.RI_SERVER_TLS_CERT }} RI_SERVER_TLS_KEY: ${{ secrets.RI_SERVER_TLS_KEY }} RI_FEATURES_CONFIG_URL: ${{ secrets.RI_FEATURES_CONFIG_URL }} - RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK }} + RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK_NEW }} RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG: ${{ inputs.enterprise == false }} RI_DISABLE_AUTO_UPGRADE: ${{ inputs.enterprise }} RI_APP_TYPE: ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }} diff --git a/.github/workflows/pipeline-build-windows.yml b/.github/workflows/pipeline-build-windows.yml index 8463496dda..6f47aba98b 100644 --- a/.github/workflows/pipeline-build-windows.yml +++ b/.github/workflows/pipeline-build-windows.yml @@ -87,7 +87,7 @@ jobs: RI_SERVER_TLS_CERT: ${{ secrets.RI_SERVER_TLS_CERT }} RI_SERVER_TLS_KEY: ${{ secrets.RI_SERVER_TLS_KEY }} RI_FEATURES_CONFIG_URL: ${{ secrets.RI_FEATURES_CONFIG_URL }} - RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK }} + RI_UPGRADES_LINK: ${{ secrets.RI_UPGRADES_LINK_NEW }} RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG: ${{ inputs.enterprise == false }} RI_DISABLE_AUTO_UPGRADE: ${{ inputs.enterprise }} RI_APP_TYPE: ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }} diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index b3e62b504b..cf488ded34 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -50,11 +50,12 @@ jobs: needs: virustotal-prod secrets: inherit - publish-stores: - name: Publish to stores - uses: ./.github/workflows/publish-stores.yml - needs: aws-upload-prod - secrets: inherit + # Temporal disable publish to docker and snapcraft + # publish-stores: + # name: Publish to stores + # uses: ./.github/workflows/publish-stores.yml + # needs: aws-upload-prod + # secrets: inherit # Remove artifacts from github actions remove-artifacts: