From 2082c9323a25f97e3764c6701cacceecd6af0145 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 21 Mar 2026 21:03:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=AD=A3=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/action.yaml b/action.yaml index a9d13a9..214c872 100644 --- a/action.yaml +++ b/action.yaml @@ -32,30 +32,4 @@ runs: RELEASE_AUTHOR: ${{ inputs.RELEASE_AUTHOR }} 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 }}" \ No newline at end of file + RELEASE_DESCRIPTION: ${{ inputs.RELEASE_DESCRIPTION }} \ No newline at end of file