fix unsigned app publish

This commit is contained in:
botanicvelious 2023-01-18 20:29:51 -07:00 committed by GitHub
parent 86885eb5b4
commit fac375c017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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