Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Jun 26, 2024
1 parent adc6471 commit 1fbd195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: output/${{ env.BUILD_CONFIGURATION }}/*.dll
asset_path: output/${{ env.BUILD_CONFIGURATION }}/Arsenal-${{ env.BUILD_CONFIGURATION }}.dll
asset_name: Arsenal-${{ env.BUILD_CONFIGURATION }}.dll
asset_content_type: application/dll

0 comments on commit 1fbd195

Please sign in to comment.