mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-11 18:57:11 +01:00
Fixed CI again...
This commit is contained in:
parent
0300be1c4b
commit
54165c64ec
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@ -193,7 +193,6 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
- name: Create Archive
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: >
|
||||
mkdir sdrpp_all &&
|
||||
mv sdrpp_windows_x64/sdrpp_windows_x64.zip sdrpp_all/ &&
|
||||
@ -207,4 +206,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: sdrpp_all
|
||||
path: ${{runner.workspace}}/sdrpp_all/
|
||||
path: sdrpp_all/
|
@ -3,7 +3,7 @@
|
||||
![Screenshot](https://i.imgur.com/EFOqwQQ.png)
|
||||
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
||||
|
||||
![Linux Build](https://github.com/AlexandreRouma/SDRPlusPlus/workflows/Linux%20Build/badge.svg)
|
||||
![Build](https://github.com/AlexandreRouma/SDRPlusPlus/workflows/Build%20Binaries/badge.svg)
|
||||
|
||||
* [Patreon](https://patreon.com/ryzerth)
|
||||
* [Discord Server](https://discord.gg/aFgWjyD)
|
||||
|
Loading…
Reference in New Issue
Block a user