first commit
This commit is contained in:
22
action.yaml
Normal file
22
action.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: 'ZIP'
|
||||
description: '壓縮檔案'
|
||||
author: 'Jeffery'
|
||||
inputs:
|
||||
RELEASE_PROJECT:
|
||||
description: '專案名稱'
|
||||
required: true
|
||||
RELEASE_VERSION:
|
||||
description: '專案版本'
|
||||
required: true
|
||||
RELEASE_FOLDER:
|
||||
description: '要壓縮的資料夾'
|
||||
required: true
|
||||
default: 'output'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
env:
|
||||
RELEASE_PROJECT: ${{ inputs.RELEASE_PROJECT }}
|
||||
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
|
||||
RELEASE_FOLDER: ${{ inputs.RELEASE_FOLDER }}
|
||||
ZIP_FILE: ${{ inputs.ZIP_FILE }}
|
||||
Reference in New Issue
Block a user