Removed Windows releases upload from CI/CD

pull/1115/head
Edouard Griffiths 2022-01-24 22:35:06 +01:00 zatwierdzone przez GitHub
rodzic ef0377cf4c
commit d16fb855e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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