File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 5252 - name : Init variables
5353 run : |
5454 latestYmlFileName="latest.yml"
55- downloadLatestFolderPath="public/latest"
56- upgradeLatestFolderPath="public/upgrades"
55+ downloadLatestFolderPath="public/latest-v3 "
56+ upgradeLatestFolderPath="public/upgrades-v3 "
5757 releasesFolderPath="public/releases"
5858 appName=$(jq -r '.productName' electron-builder.json)
5959 appVersion=$(jq -r '.version' redisinsight/package.json)
Original file line number Diff line number Diff line change @@ -133,6 +133,6 @@ jobs:
133133 RI_SERVER_TLS_CERT : ${{ secrets.RI_SERVER_TLS_CERT }}
134134 RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
135135 RI_FEATURES_CONFIG_URL : ${{ secrets.RI_FEATURES_CONFIG_URL }}
136- RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK }}
136+ RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK_NEW }}
137137 RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG : ${{ inputs.enterprise == false }}
138138 RI_DISABLE_AUTO_UPGRADE : ${{ inputs.enterprise }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 RI_SERVER_TLS_CERT : ${{ secrets.RI_SERVER_TLS_CERT }}
119119 RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
120120 RI_FEATURES_CONFIG_URL : ${{ secrets.RI_FEATURES_CONFIG_URL }}
121- RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK }}
121+ RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK_NEW }}
122122 RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG : ${{ inputs.enterprise == false }}
123123 RI_DISABLE_AUTO_UPGRADE : ${{ inputs.enterprise }}
124124 RI_APP_TYPE : ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 RI_SERVER_TLS_CERT : ${{ secrets.RI_SERVER_TLS_CERT }}
143143 RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
144144 RI_FEATURES_CONFIG_URL : ${{ secrets.RI_FEATURES_CONFIG_URL }}
145- RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK }}
145+ RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK_NEW }}
146146 RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG : ${{ inputs.enterprise == false }}
147147 RI_DISABLE_AUTO_UPGRADE : ${{ inputs.enterprise }}
148148 RI_APP_TYPE : ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }}
Original file line number Diff line number Diff line change 8787 RI_SERVER_TLS_CERT : ${{ secrets.RI_SERVER_TLS_CERT }}
8888 RI_SERVER_TLS_KEY : ${{ secrets.RI_SERVER_TLS_KEY }}
8989 RI_FEATURES_CONFIG_URL : ${{ secrets.RI_FEATURES_CONFIG_URL }}
90- RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK }}
90+ RI_UPGRADES_LINK : ${{ secrets.RI_UPGRADES_LINK_NEW }}
9191 RI_FEATURES_CLOUD_ADS_DEFAULT_FLAG : ${{ inputs.enterprise == false }}
9292 RI_DISABLE_AUTO_UPGRADE : ${{ inputs.enterprise }}
9393 RI_APP_TYPE : ${{ inputs.enterprise && 'ELECTRON_ENTERPRISE' || 'ELECTRON' }}
Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ jobs:
5050 needs : virustotal-prod
5151 secrets : inherit
5252
53- publish-stores :
54- name : Publish to stores
55- uses : ./.github/workflows/publish-stores.yml
56- needs : aws-upload-prod
57- secrets : inherit
53+ # Temporal disable publish to docker and snapcraft
54+ # publish-stores:
55+ # name: Publish to stores
56+ # uses: ./.github/workflows/publish-stores.yml
57+ # needs: aws-upload-prod
58+ # secrets: inherit
5859
5960 # Remove artifacts from github actions
6061 remove-artifacts :
You can’t perform that action at this time.
0 commit comments