We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44610b6 + 3562513 commit ad9104bCopy full SHA for ad9104b
.github/workflows/android.yml
@@ -63,3 +63,18 @@ jobs:
63
with:
64
name: oopetris.${{ matrix.config.arch }}.apk
65
path: platforms/android/app/build/outputs/apk/debug/app-*-debug.apk
66
+
67
+ - uses: wangyucode/[email protected]
68
+ name: Deploy
69
+ if: github.event_name != 'pull_request'
70
+ with:
71
+ host: fdroid.oopetris.totto.lt
72
+ port: ${{ vars.FDROID_FTP_PORT }}
73
+ username: ${{ vars.FDROID_FTP_USER }}
74
+ password: ${{ secrets.FDROID_FTP_PASSWORD }}
75
+ compress: true
76
+ localDir: platforms/android/app/build/outputs/apk/debug/
77
+ remoteDir: /repo
78
+ exclude: '/output-metadata.json'
79
+ forceUpload: true
80
+ removeExtraFilesOnServer: false
0 commit comments