fix nightly release

This commit is contained in:
AlexandreRouma 2022-11-22 09:16:14 +01:00
parent 5aac9d66e0
commit f022c21f11

View File

@ -358,7 +358,7 @@ jobs:
mv sdrpp_android/sdrpp.apk sdrpp_nightly/sdrpp.apk
- name: Update Nightly
run: gh release upload nightly sdrpp_nightly/* --clobber
run: gh release upload nightly sdrpp_nightly/* -R ${{github.repository}} --clobber
check_spelling:
runs-on: ubuntu-latest