Skip to content

Bump ppy.osu.Game from 2023.1114.1 to 2023.1218.1 #304

Bump ppy.osu.Game from 2023.1114.1 to 2023.1218.1

Bump ppy.osu.Game from 2023.1114.1 to 2023.1218.1 #304

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Restore .NET dependencies
run: dotnet restore
- name: Build .NET
run: dotnet build osu.Game.Rulesets.Soyokaze --no-restore --output ./artifacts --configuration Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: ./artifacts