mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
failed to use if: ${{ matrix.job.arch == 'armv7' || inputs.upload-artifact == 'true' }}
This commit is contained in:
parent
6bb6535d3e
commit
63cb39f365
1
.github/workflows/flutter-build.yml
vendored
1
.github/workflows/flutter-build.yml
vendored
@ -459,7 +459,6 @@ jobs:
|
||||
|
||||
|
||||
build-rustdesk-android:
|
||||
if: ${{ matrix.job.arch == 'armv7' || inputs.upload-artifact == 'true' }}
|
||||
needs: [generate-bridge-linux]
|
||||
name: build rustdesk android apk ${{ matrix.job.target }} (${{ matrix.job.os }}) [${{ matrix.job.extra-build-features }}]
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user