From 7c8a4bbe2cbc8d845aca020a5613541c8c64c976 Mon Sep 17 00:00:00 2001 From: Pat Date: Wed, 12 Jun 2024 11:18:38 -0400 Subject: [PATCH] workflows: remove AppVeyor from release workflow (#8948) Signed-off-by: Patrick Stephens --- .github/workflows/staging-release.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/staging-release.yaml b/.github/workflows/staging-release.yaml index 417887fa309..4ae7f30bc4d 100644 --- a/.github/workflows/staging-release.yaml +++ b/.github/workflows/staging-release.yaml @@ -67,14 +67,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - # Check we can download the AppVeyor build which confirms it matches the version to release as well as being a successful build - - name: Get Appveyor binaries - run: | - ./packaging/appveyor-download.sh - shell: bash - env: - TAG: v${{ github.event.inputs.version }} - staging-release-generate-package-matrix: name: Get package matrix runs-on: ubuntu-latest @@ -356,14 +348,6 @@ jobs: AWS_REGION: "us-east-1" shell: bash - - name: Get Appveyor binaries - run: | - ./packaging/appveyor-download.sh - shell: bash - env: - TAG: v${{ github.event.inputs.version }} - OUTPUT_DIR: appveyor - - name: Move components from staging and setup run: | ./packaging/update-source-packages.sh