From b702d29886012c31707537b8a4dbf93f8cde8edc Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 26 Jan 2022 00:00:47 +0100 Subject: [PATCH] Revert "Removed Windows releases upload from CI/CD" This reverts commit d16fb855e0447f2e881b32db5986b903b20c1bcc. --- .github/workflows/sdrangel.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 4346eee6d..037c9c265 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -90,3 +90,9 @@ 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 +