mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-13 11:12:25 -04:00
Revert "Removed Windows releases upload from CI/CD"
This reverts commit d16fb855e0447f2e881b32db5986b903b20c1bcc.
This commit is contained in:
parent
2db9efb30f
commit
b702d29886
6
.github/workflows/sdrangel.yml
vendored
6
.github/workflows/sdrangel.yml
vendored
@ -90,3 +90,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
|
name: sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
|
||||||
path: ${{ github.workspace }}/build/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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user