From d16fb855e0447f2e881b32db5986b903b20c1bcc Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Mon, 24 Jan 2022 22:35:06 +0100 Subject: [PATCH] Removed Windows releases upload from CI/CD --- .github/workflows/sdrangel.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 037c9c265..4346eee6d 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -90,9 +90,3 @@ jobs: with: name: sdrangel-${{ steps.get_version.outputs.version }}-win64.exe path: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe - - name: Upload release - if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 - with: - files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe -