Skip to content

Commit

Permalink
Merge pull request #362 from fengzeroz/main
Browse files Browse the repository at this point in the history
ci: rename release package
  • Loading branch information
fengzeroz authored Mar 25, 2022
2 parents 9075b76 + 4dda9ec commit ec309a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
with:
upload_url: ${{ steps.release_url.outputs.name }}
asset_path: ./${{ steps.package.outputs.name }}
asset_name: ${{ matrix.type }}-${{ steps.get_version.outputs.version }}-daily-${{ matrix.arch }}.${{ matrix.package }}
asset_name: ${{ matrix.type }}-${{ steps.get_version.outputs.version }}-daily-linux-${{ matrix.arch }}.${{ matrix.package }}
asset_content_type: application/octet-stream

release:
Expand Down Expand Up @@ -280,5 +280,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.package.outputs.name}}
asset_name: ${{ steps.package.outputs.name}}
asset_name: ${{ matrix.type }}-${{ steps.get_version.outputs.version }}-linux-${{ matrix.arch }}.${{ matrix.package }}
asset_content_type: application/octet-stream

0 comments on commit ec309a5

Please sign in to comment.