This commit is contained in:
AlexandreRouma 2022-11-22 11:56:57 +01:00
parent df91f56283
commit 9f472330f8

View File

@ -336,7 +336,7 @@ jobs:
path: sdrpp_all/
update_nightly_release:
needs: ['build_windows', 'build_macos', 'build_debian_buster', 'build_debian_bullseye', 'build_debian_sid', 'build_ubuntu_focal', 'build_ubuntu_jammy', 'build_raspios_bullseye_armhf', 'build_android']
needs: [create_full_archive]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}