fix unsigned app publish
This commit is contained in:
parent
86885eb5b4
commit
fac375c017
2
.github/workflows/flutter-nightly.yml
vendored
2
.github/workflows/flutter-nightly.yml
vendored
@ -592,7 +592,7 @@ jobs:
|
||||
${{steps.sign-rustdesk.outputs.signedReleaseFile}}
|
||||
|
||||
- name: Publish unsigned apk package
|
||||
if: env.ANDROID_SIGNING_KEY != null
|
||||
if: env.ANDROID_SIGNING_KEY == null
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
prerelease: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user