From 68b2d58fcdadf28d540daba071fb41e76a157614 Mon Sep 17 00:00:00 2001 From: Markson Hon Date: Wed, 19 Jun 2024 20:42:52 +0800 Subject: [PATCH] ci: fix beta windows builds --- .github/workflows/beta_release_main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/beta_release_main.yml b/.github/workflows/beta_release_main.yml index bae74b26c8..739cb96067 100644 --- a/.github/workflows/beta_release_main.yml +++ b/.github/workflows/beta_release_main.yml @@ -122,7 +122,6 @@ jobs: go build -o ../v2raya_binaries/v2raya_${filename}_${env:VERSION}_${env:VERSION} -ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${env:VERSION} -s -w" -trimpath Set-Location -Path .. } - - name: Upload Artifact uses: nanoufo/action-upload-artifacts-and-release-assets@v2 with: @@ -193,7 +192,7 @@ jobs: v2raya_binaries/* Build_Windows_Installers: runs-on: windows-latest - needs: [Build_v2rayA_SingTun_Binaries] + needs: [Build_v2rayA_Binaries] steps: - uses: actions/checkout@v4 with: