Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2082c9323a |
26
action.yaml
26
action.yaml
@@ -33,29 +33,3 @@ runs:
|
||||
RELEASE_COMPANY: ${{ inputs.RELEASE_COMPANY }}
|
||||
RELEASE_COPYRIGHT: "Copyright©2025 ${{ inputs.RELEASE_COMPANY }}"
|
||||
RELEASE_DESCRIPTION: ${{ inputs.RELEASE_DESCRIPTION }}
|
||||
|
||||
|
||||
inputs:
|
||||
project:
|
||||
required: true
|
||||
configuration:
|
||||
default: 'Release'
|
||||
repository:
|
||||
required: true
|
||||
version:
|
||||
required: true
|
||||
description:
|
||||
default: '共用套件'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
cd "${{ gitea.workspace }}/${{ inputs.project }}"
|
||||
dotnet pack -c "$CONFIGURATION" -o "${{ gitea.workspace }}/output" \
|
||||
/p:PackageVersion="$RELEASE_VERSION" \
|
||||
/p:RepositoryUrl="$GITEA_REPOSITORY" \
|
||||
/p:RepositoryType="git" \
|
||||
/p:Authors="$RELEASE_AUTHOR" \
|
||||
/p:Company="$RELEASE_COMPANY" \
|
||||
/p:Copyright="$RELEASE_COPYRIGHT" \
|
||||
/p:Description="${{ inputs.description }}"
|
||||
Reference in New Issue
Block a user