Help Center/ CodeArts Build/ User Guide/ Old User Guide/ Downloading File from File Manager
Updated on 2024-10-31 GMT+08:00

Downloading File from File Manager

CodeArts Build stores your Android APK signature files and settings.xml files of Maven builds, and helps you manage these files. For example, you can create, edit, and delete these files, and modify users' permissions on them. For details about how to upload files, see Managing Files. Add the Download File from File Manager action to download files from Files to the working directory for use.

Build on GUI

Add Download File from File Manager, when configuring build actions.

The parameters are described in the following table.

Parameter

Description

Action Name

Assign a custom name to the build action.

Tool Version

Select a tool version.

File Name

  • Select an uploaded file from the drop-down list.
  • Click Upload to upload a local file to File Manager.
  • Click Manage Files to manage files on the Files page.

Build with Code

1
2
3
4
5
6
version: 2.0 # The value must be 2.0.
steps:
  BUILD:
    - download_file:
          inputs:
            name: android22.jks

Parameter

Type

Description

Mandatory

Default Value

name

String

File name.

Yes

None