Skip to content

Commit

Permalink
Update artifact upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Sep 12, 2024
1 parent fa37573 commit 83a7177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Rush (dev build)
path: osu.Game.Rulesets.Rush/bin/Development/net8.0/osu.Game.Rulesets.Rush-dev.dll

0 comments on commit 83a7177

Please sign in to comment.