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