From 64905c7d0ee36f5561b1c5981f73d469f44b4b0b Mon Sep 17 00:00:00 2001 From: andy840119 Date: Wed, 28 Dec 2022 11:02:36 +0800 Subject: [PATCH] change the target folder into .net6 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d67834b47..45a2efdc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}).