ftp changes
This commit is contained in:
2
.github/workflows/generator-android.yml
vendored
2
.github/workflows/generator-android.yml
vendored
@@ -564,7 +564,7 @@ jobs:
|
|||||||
# *.jks
|
# *.jks
|
||||||
# *aligned.apk
|
# *aligned.apk
|
||||||
- name: Upload to FTP
|
- name: Upload to FTP
|
||||||
uses: genietim/ftp-action@releases/v4
|
uses: genietim/ftp-action@releases/v2
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.GEN_FTP_SERVER }}
|
host: ${{ secrets.GEN_FTP_SERVER }}
|
||||||
user: ${{ secrets.GEN_FTP_USER }}
|
user: ${{ secrets.GEN_FTP_USER }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<title>Generating Exe File</title>
|
<title>Generating Exe File</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Please wait...This can take 10-15 minutes (or longer if there are other users).<br><br>
|
Please wait...This can take 20-30 minutes (or longer if there are other users).<br><br>
|
||||||
Status: {{status}}
|
Status: {{status}}
|
||||||
<script>
|
<script>
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user