Skip to content

Commit

Permalink
change the target folder into .net6
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 28, 2022
1 parent 3781830 commit 64905c7
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 @@ -34,15 +34,15 @@ jobs:
release_name: ${{ github.ref }}
- name: Zip the dlls
run: |
cd osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/DLLs
cd osu.Game.Rulesets.Karaoke/bin/Release/net6.0/DLLs
zip -r ../osu.Game.Rulesets.Karaoke.zip ./
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.RELEASE_TOKEN }}
files: |
osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/Packed/osu.Game.Rulesets.Karaoke.dll
osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/osu.Game.Rulesets.Karaoke.zip
osu.Game.Rulesets.Karaoke/bin/Release/net6.0/Packed/osu.Game.Rulesets.Karaoke.dll
osu.Game.Rulesets.Karaoke/bin/Release/net6.0/osu.Game.Rulesets.Karaoke.zip
draft: true
body: |
Thank you for showing interest in this ruleset. This is a tagged release (${{ env.CURRENT_TAG }}).
Expand Down

0 comments on commit 64905c7

Please sign in to comment.