Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 6, 2024
1 parent 3c61a33 commit 955e37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ${{ env.ARTIFACT_NAME }}
asset_path: ./${{ matrix.target.os }}/${{ env.ARTIFACT_NAME }}
asset_name: ${{ env.ARTIFACT_NAME }}
asset_content_type: ${{ matrix.target.asset_type }}

Expand All @@ -175,6 +175,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ${{ env.ARTIFACT_NAME }}
asset_name: ./${{ matrix.target.os }}/${{ env.ARTIFACT_NAME }}
asset_path: ./${{ matrix.target.os }}/${{ env.ARTIFACT_NAME }}
asset_name: ${{ env.ARTIFACT_NAME }}
asset_content_type: ${{ matrix.target.asset_type }}

0 comments on commit 955e37b

Please sign in to comment.