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 }}).