Skip to content

Commit

Permalink
ftp upload apk from actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LGro committed May 26, 2024
1 parent 7100bc7 commit a5d897a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ jobs:
with:
name: coagulate.apk
path: build/app/outputs/flutter-apk/app-release.apk
- name: Upload APK
if: github.ref == 'refs/heads/main'
uses: Dylan700/sftp-upload-action@latest
with:
server: ${{secrets.FTP_SERVER}}
username: ${{secrets.FTP_USER}}
password: ${{secrets.FTP_PASSWORD}}
port: 22
uploads: ./build/app/outputs/flutter-apk/ => ./public_html/static/releases/

# TODO: Set up signing certificates and re-enable
# ios:
Expand Down

0 comments on commit a5d897a

Please sign in to comment.