mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Removed Windows releases upload from CI/CD
This commit is contained in:
parent
ef0377cf4c
commit
d16fb855e0
6
.github/workflows/sdrangel.yml
vendored
6
.github/workflows/sdrangel.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user