From e8c9ba11ad81086e6f905c49dd094071c5591bc8 Mon Sep 17 00:00:00 2001 From: Markson Hon Date: Sun, 12 Nov 2023 15:08:13 +0800 Subject: [PATCH] test: rewrite stable docker image build 6 --- .github/workflows/release_main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release_main.yml b/.github/workflows/release_main.yml index ddbc19ee7a..7e0ac80d30 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -437,15 +437,15 @@ jobs: -H "X-Auth-Email: $CF_AUTH_EMAIL" \ -H "Authorization: Bearer $CF_PARGE_CACHE_AUTH_KEY" \ -H "Content-Type: application/json" \ - --data '{"purge_everything":true}' - - name: Submit to Microsoft winget - shell: pwsh - run: | - iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe - Start-Sleep -Seconds 30 #Make sure GitHub releases are online - $Installer_x64_url = "https://github.com/v2rayA/v2rayA/releases/download/v${{ steps.prep.outputs.VERSION }}/installer_windows_inno_x64_${{ steps.prep.outputs.VERSION }}.exe" - $Installer_ARM64_url = "https://github.com/v2rayA/v2rayA/releases/download/v${{ steps.prep.outputs.VERSION }}/installer_windows_inno_arm64_${{ steps.prep.outputs.VERSION }}.exe" - ./wingetcreate.exe update v2rayA.v2rayA --urls $Installer_x64_url $Installer_ARM64_url --version ${{ steps.prep.outputs.VERSION }} --token ${{ secrets.HOMEBREW_V2RAYA_TOKEN }} --submit + # --data '{"purge_everything":true}' + # - name: Submit to Microsoft winget + # shell: pwsh + # run: | + # iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe + # Start-Sleep -Seconds 30 #Make sure GitHub releases are online + # $Installer_x64_url = "https://github.com/v2rayA/v2rayA/releases/download/v${{ steps.prep.outputs.VERSION }}/installer_windows_inno_x64_${{ steps.prep.outputs.VERSION }}.exe" + # $Installer_ARM64_url = "https://github.com/v2rayA/v2rayA/releases/download/v${{ steps.prep.outputs.VERSION }}/installer_windows_inno_arm64_${{ steps.prep.outputs.VERSION }}.exe" + # ./wingetcreate.exe update v2rayA.v2rayA --urls $Installer_x64_url $Installer_ARM64_url --version ${{ steps.prep.outputs.VERSION }} --token ${{ secrets.HOMEBREW_V2RAYA_TOKEN }} --submit Build_v2ray_Debian_Packages: runs-on: ubuntu-22.04 if: startsWith(github.ref, 'refs/tags/v')