mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Remove input check upload on android snapshot workflow
Don't know why this input is needed but it seems it's not taken into account even with default value to true when the cron job triggers, we have already test build workflow for android apk along with debug signing for checking if build and signing succeeded. Check discord reports on missing/cannot update reports.
This commit is contained in:
12
.github/workflows/snapshots-android.yml
vendored
12
.github/workflows/snapshots-android.yml
vendored
@@ -8,11 +8,11 @@ on:
|
||||
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||
required: false
|
||||
default: false
|
||||
upload_package:
|
||||
type: boolean
|
||||
description: 'Upload the completed Android package'
|
||||
required: false
|
||||
default: true
|
||||
#upload_package:
|
||||
# type: boolean
|
||||
# description: 'Upload the completed Android package'
|
||||
# required: false
|
||||
# default: true
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '00 19 * * *'
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
if: ${{ inputs.upload_package }}
|
||||
#if: ${{ inputs.upload_package }}
|
||||
with:
|
||||
server: ftp.cardforge.org
|
||||
username: ${{ secrets.FTP_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user