Skip to content

Commit

Permalink
Merge pull request #327 from Beamographic/Fix-CI-workflows
Browse files Browse the repository at this point in the history
Fix CI workflows
  • Loading branch information
LumpBloom7 authored Oct 8, 2023
2 parents 48669d1 + 6d14a0c commit 3cd6945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Rush (dev build)
path: osu.Game.Rulesets.Rush/bin/Development/netstandard2.1/osu.Game.Rulesets.Rush-dev.dll
path: osu.Game.Rulesets.Rush/bin/Development/net6.0/osu.Game.Rulesets.Rush-dev.dll
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/netstandard2.1/osu.Game.Rulesets.Rush.dll
asset_path: ./osu.Game.Rulesets.Rush/bin/Release/net6.0/osu.Game.Rulesets.Rush.dll
asset_name: osu.Game.Rulesets.Rush.dll
asset_content_type: application/vnd.microsoft.portable-executable
asset_content_type: application/vnd.microsoft.portable-executable

0 comments on commit 3cd6945

Please sign in to comment.