Skip to content

Commit

Permalink
fix: release CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuzawa committed Dec 1, 2020
1 parent d9799f6 commit 5170e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_release-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,5 @@ jobs:
with:
upload_url: ${{ steps.get_url.outputs.upload_url }}
asset_path: ./cfd-sys/cfd-cmake/dist/cfd.zip
asset_name: cfd-sys-${{ steps.get_version.outputs.VERSION }}-ubuntu${{ matrix.os_ver }}04-${{ matrix.bin }}-x86_64.zip
asset_name: cfd-${{ steps.get_version.outputs.VERSION }}-osx-xcode${{ matrix.xcode }}${{ matrix.suffix }}-x86_64.zip
asset_name: cfd-sys-${{ steps.get_version.outputs.VERSION }}-osx-xcode${{ matrix.xcode }}${{ matrix.suffix }}-x86_64.zip
asset_content_type: application/zip

0 comments on commit 5170e23

Please sign in to comment.