Skip to content

Commit

Permalink
update artifact-hash.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 7, 2024
1 parent b2c0122 commit fdef32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
required: true
description: "发版 版本号 tag"
default: '--vesion v5.1.6.0'
default: 'v5.1.6.0'
type: string

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Show Release File Hash
run:
bash sapi/scripts/generate-artifact-hash.sh ${{ inputs.version }}
bash sapi/scripts/generate-artifact-hash.sh --version ${{ inputs.version }}

- name: production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fdef32f

Please sign in to comment.