Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
change the path of the export file.
  • Loading branch information
andy840119 authored Feb 25, 2022
1 parent 1400410 commit 1ef4138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/osu.Game.Rulesets.Karaoke.Packed.dll
asset_path: ./osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/Packed/osu.Game.Rulesets.Karaoke.dll
asset_name: osu.Game.Rulesets.Karaoke.dll
asset_content_type: application/vnd.microsoft.portable-executable
- name: Generate changelog
Expand Down

0 comments on commit 1ef4138

Please sign in to comment.