Skip to content

Commit

Permalink
👷 移除构建产物名称的标识后缀
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Mar 1, 2024
1 parent c4bc737 commit d2e0285
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,9 @@ jobs:
with:
args: -t ${{ matrix.target }}

- uses: benjlevesque/[email protected]
id: short-sha

- uses: actions/upload-artifact@v4
with:
name: 'matcha_${{steps.tauri-build.outputs.appVersion}}_${{ matrix.label }}_${{ steps.short-sha.outputs.sha }}'
name: 'matcha_${{steps.tauri-build.outputs.appVersion}}_${{ matrix.label }}'
path: "${{ join(fromJSON(steps.tauri-build.outputs.artifactPaths), '\n') }}"

comment:
Expand Down

0 comments on commit d2e0285

Please sign in to comment.