We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e5ea commit 815655cCopy full SHA for 815655c
1 file changed
.github/workflows/flutter-build.yml
@@ -1812,10 +1812,11 @@ jobs:
1812
path: rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-sciter.deb
1813
1814
build-appimage:
1815
+ if: false
1816
name: Build appimage ${{ matrix.job.target }}
1817
needs: [build-rustdesk-linux]
1818
runs-on: ubuntu-22.04
- if: ${{ inputs.upload-artifact }}
1819
+ # if: ${{ inputs.upload-artifact }}
1820
strategy:
1821
fail-fast: false
1822
matrix:
0 commit comments