diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d21cd94..c067554f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [master, 1.37.1] + branches: [master] tags: v* pull_request: branches: [master] @@ -36,7 +36,7 @@ jobs: BUILDTEXT: Filename=${{ steps.Build.outputs.filename }} ASSEMBLYNAME: AssemblyName=${{ steps.Build.outputs.assemblyname }} - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }} diff --git a/Source/manifest.json b/Source/manifest.json index 66f48aea..f2969cdc 100644 --- a/Source/manifest.json +++ b/Source/manifest.json @@ -3,12 +3,12 @@ "id": "BeatLeader", "name": "BeatLeader", "author": "", - "version": "0.9.22", + "version": "0.9.23", "description": "beatleader.xyz | In-game leaderboards for custom and OST maps | Score replays | Clans, events, playlists and much more", - "gameVersion": "1.37.3", + "gameVersion": "1.37.4", "dependsOn": { "SongCore": "^3.14.11", - "LeaderboardCore": "^1.6.0", + "LeaderboardCore": "^1.7.0", "BeatSaberMarkupLanguage": "^1.6.6", "BSIPA": "^4.2.2", "SiraUtil": "^3.1.0",